mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 11:29:56 +03:00
Merge pull request #10149 from iNavFlight/mmosca-update-github-actions
Change tag for nightly builds
This commit is contained in:
commit
43f109fb9f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dev-builds.yml
vendored
2
.github/workflows/dev-builds.yml
vendored
|
@ -203,7 +203,7 @@ jobs:
|
|||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
name: inav-${{ steps.version.outputs.version }}-dev-${{ steps.date.outputs.today }}-${{ github.run_number }}-${{ github.sha }}
|
||||
tag_name: v${{ steps.date.outputs.today }}.${{ github.run_number }}
|
||||
tag_name: v${{ steps.version.outputs.version }}-${{ steps.date.outputs.today }}.${{ github.run_number }}
|
||||
# To create release on a different repo, we need a token setup
|
||||
token: ${{ secrets.NIGHTLY_TOKEN }}
|
||||
repository: iNavFlight/inav-nightly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue