Skip to content

Commit

Permalink
fix: use semver-utils v1.6 to properly update tags
Browse files Browse the repository at this point in the history
mdvorak committed Mar 28, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4513e32 commit 133e930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-tags.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Parse semver
uses: madhead/semver-utils@1
uses: madhead/semver-utils@1.6
id: version
with:
version: ${{ github.ref_name }}

0 comments on commit 133e930

Please sign in to comment.