1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 01:05:21 +03:00

just adding some place holders.

It will need an actual secret created in the future
This commit is contained in:
Marcelo Bezerra 2024-06-12 23:38:19 +02:00
parent cda0b8cb55
commit 7095dc7ca1
No known key found for this signature in database
GPG key ID: 718A5AC065848530

View file

@ -198,6 +198,8 @@ jobs:
uses: softprops/action-gh-release@v2
with:
name: inav-nightly-${{ env.release_tag }}-${{ github.sha}}
# To create release on a different repo, we need a token setup
#token: ${{ secrets.GITHUB_TOKEN }}
repository: iNavFlight/inav
prerelease: true
draft: true