Skip to content

Commit

Permalink
workaround issue with semver tags
Browse files Browse the repository at this point in the history
Switch to a fork until haya14busa/action-update-semver#21 is merged.
  • Loading branch information
cardoe committed Mar 6, 2023
1 parent b7f5c97 commit 7a4477a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:

# Update corresponding major and minor tag.
# e.g. Update v1 and v1.2 when releasing v1.2.3
- uses: haya14busa/action-update-semver@v1
# uses: haya14busa/action-update-semver@v1
- uses: cardoe/action-update-semver@patch-1
if: "!steps.bumpr.outputs.skip"
with:
github_token: ${{ secrets.github_token }}
Expand Down

0 comments on commit 7a4477a

Please sign in to comment.