Skip to content

Commit 6e50727

Browse files
ci: update to internal semantic release action (#241)
* ci: update to internal semantic release action * chore: update semantic-release-action version
1 parent 16cef7d commit 6e50727

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,9 @@ jobs:
185185
poetry install
186186
poetry build
187187
- name: Semantic Release
188-
uses: cycjimmy/semantic-release-action@v3.2.0
188+
uses: splunk/semantic-release-action@v1.2
189189
with:
190-
semantic_version: 19.0.2
191190
extra_plugins: |
192-
@semantic-release/exec
193-
@semantic-release/git
194191
@google/semantic-release-replace-plugin
195192
env:
196193
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}

.releaserc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464
{
6565
"prepareCmd": "./.github/workflows/sr-prepare.sh ${nextRelease.version}",
6666
"publishCmd": "./.github/workflows/sr-release.sh",
67-
"shell": "bash"
67+
"shell": "bash",
68+
"verifyReleaseCmd": "echo \"version=${nextRelease.version}\" >> $GITHUB_OUTPUT",
69+
"successCmd": "echo \"new_release_published=${'true'}\" >> $GITHUB_OUTPUT"
6870
},
6971
],
7072
[

0 commit comments

Comments
 (0)