There was an error while loading. Please reload this page.
1 parent d2605bf commit b3b2636Copy full SHA for b3b2636
1 file changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
run: ./mvnw -B -ntp verify 1>&2
58
- name: Semantic Prerelease
59
if: env.GITHUB_BRANCH != env.mainBranchName
60
- uses: cycjimmy/semantic-release-action@v3
+ uses: cycjimmy/semantic-release-action@v6.0.0
61
with:
62
semantic_version: ${{ env.semanticReleaseVersion }}
63
branches: ${{ env.GITHUB_BRANCH }}
@@ -70,7 +70,7 @@ jobs:
70
GITHUB_TOKEN: ${{ secrets.CR_TOKEN }}
71
- name: Semantic Release
72
if: env.GITHUB_BRANCH == env.mainBranchName
73
74
75
76
branches: ${{ env.mainBranchName }}
0 commit comments