Skip to content

Commit

Permalink
Merge dfa9032 into 64f8d19
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs authored Feb 18, 2025
2 parents 64f8d19 + dfa9032 commit d643b19
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ jobs:
run: |
LATEST_TAG=$(curl -fsSL https://api.github.com/repos/${{ github.repository }}/releases/latest | jq -r .tag_name)
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
- name: Figure out new version
id: figure-out-version
run: |
NEW_VERSION="v$(~/auto version --from ${{ env.LATEST_TAG }})"
echo "New version: $NEW_VERSION"
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}

- name: Compute increment
id: compute-increment
run: |
Expand Down

0 comments on commit d643b19

Please sign in to comment.