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 435f5b5 commit ef6fe40Copy full SHA for ef6fe40
.github/workflows/platform-builds.yml
@@ -38,9 +38,11 @@ jobs:
38
private_key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
39
- name: Semantic Release
40
uses: cycjimmy/semantic-release-action@v4
41
- id: semantic # Need an `id` for output variables
+ id: semantic # Need an `id` for output variables
42
env:
43
GITHUB_TOKEN: ${{ steps.create_token.outputs.token }}
44
+ with:
45
+ semantic_version: 23.0.8
46
- run: yarn build
47
if: steps.semantic.outputs.new_release_published == 'true'
48
- run: yarn prepare-release
0 commit comments