Skip to content

Commit

Permalink
Switch to the actual semver action????
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Nov 6, 2023
1 parent edae5cb commit 10087eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
echo "version=v$(echo "$GITHUB_REF" | grep -Eo '![0-9]+\.[0-9]+\.[0-9]+' | sed 's/!//')" >> "$GITHUB_OUTPUT"
- name: Update release tags
uses: rickstaa/action-update-semver@v1
uses: haya14busa/action-update-semver@v1
with:
tag: ${{ steps.parse.outputs.version }}

Expand Down

0 comments on commit 10087eb

Please sign in to comment.