Skip to content

Commit

Permalink
now actually bumping version again
Browse files Browse the repository at this point in the history
  • Loading branch information
jblom committed Apr 5, 2024
1 parent 396fe8a commit 9b2635c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nighly-build-release-with-artefact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- id: bumped-tag
run: |
VERSION=`gh release view --json tagName --jq '.tagName'`; \
VERSION=`gh release view --json tagName --jq '.tagName' | awk -F. '{OFS="."; $NF+=1; print $0}'`; \
echo "tag=${VERSION}" >> $GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9b2635c

Please sign in to comment.