We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e880f6 commit fca718aCopy full SHA for fca718a
1 file changed
.github/workflows/nightly-build.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: softprops/action-gh-release@v2
38
with:
39
name: inav-configurator-${{ env.VERSION }}-dev-${{ steps.date.outputs.today }}-${{ github.run_number }}-${{ github.sha }}
40
- tag_name: v${{ steps.date.outputs.today }}.${{ github.run_number }}
+ tag_name: v${{env.VERSION}}-${{ steps.date.outputs.today }}.${{ github.run_number }}
41
# To create release on a different repo, we need a token setup
42
token: ${{ secrets.NIGHTLY_TOKEN }}
43
repository: iNavFlight/inav-configurator-nightly
0 commit comments