1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-12 19:10:21 +03:00

Add version to tag

This commit is contained in:
Marcelo Bezerra 2025-01-22 19:41:40 +01:00
parent 9f937f616c
commit 2e1b05622f

View file

@ -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