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 0e55ad2 commit c98d589Copy full SHA for c98d589
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
# Update corresponding major and minor tag.
26
# e.g. Update v1 and v1.2 when releasing v1.2.3
27
- - uses: haya14busa/action-update-semver@fb48464b2438ae82cc78237be61afb4f461265a1 # v1.2.1
+ - uses: haya14busa/action-update-semver@3f49a54b677d969c819c1c6ebea626a54dafe032 # v1.5.0
28
if: "!steps.bumpr.outputs.skip"
29
with:
30
tag: ${{ steps.bumpr.outputs.next_version }}
0 commit comments