Skip to content

Commit

Permalink
Merge pull request iNavFlight#10149 from iNavFlight/mmosca-update-git…
Browse files Browse the repository at this point in the history
…hub-actions

Change tag for nightly builds
  • Loading branch information
mmosca authored Jun 17, 2024
2 parents 241e5b6 + a8255fb commit 43f109f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43f109f

Please sign in to comment.