Skip to content

Commit fca718a

Browse files
committed
Add verdsion to tag
1 parent 9e880f6 commit fca718a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: softprops/action-gh-release@v2
3838
with:
3939
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 }}
40+
tag_name: v${{env.VERSION}}-${{ steps.date.outputs.today }}.${{ github.run_number }}
4141
# To create release on a different repo, we need a token setup
4242
token: ${{ secrets.NIGHTLY_TOKEN }}
4343
repository: iNavFlight/inav-configurator-nightly

0 commit comments

Comments
 (0)