We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26379e commit 601bdc1Copy full SHA for 601bdc1
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
# Update corresponding major and minor tag.
30
# e.g. Update v1 and v1.2 when releasing v1.2.3
31
- name: Update semver
32
- uses: haya14busa/action-update-semver@3f49a54b677d969c819c1c6ebea626a54dafe032 # v1.5.0
+ uses: haya14busa/action-update-semver@7d2c558640ea49e798d46539536190aff8c18715 # v1.5.1
33
if: "!steps.bumpr.outputs.skip"
34
with:
35
tag: ${{ steps.bumpr.outputs.next_version }}
0 commit comments