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