Skip to content

Commit

Permalink
Version ended up empty
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Jan 22, 2025
1 parent 55471a1 commit 9e880f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
id: version
run: |
VERSION=$(grep version package.json | cut -d: -f2 | cut -d\" -f2)
echo "version=${VERSION}" >> $GITHUB_OUTPUT
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Upload release artifacts
uses: softprops/action-gh-release@v2
with:
name: inav-configurator-${{ steps.version.version }}-dev-${{ steps.date.outputs.today }}-${{ github.run_number }}-${{ github.sha }}
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 }}
# To create release on a different repo, we need a token setup
token: ${{ secrets.NIGHTLY_TOKEN }}
Expand Down

0 comments on commit 9e880f6

Please sign in to comment.