Skip to content

Commit

Permalink
Add verdsion to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Jan 22, 2025
1 parent 9e880f6 commit fca718a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
name: inav-configurator-${{ env.VERSION }}-dev-${{ steps.date.outputs.today }}-${{ github.run_number }}-${{ github.sha }}
tag_name: v${{ steps.date.outputs.today }}.${{ github.run_number }}
tag_name: v${{env.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-configurator-nightly
Expand Down

0 comments on commit fca718a

Please sign in to comment.