Skip to content

Commit ef6fe40

Browse files
author
Thomas Nordquist
committed
chore: use newer semantic-release version
1 parent 435f5b5 commit ef6fe40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/platform-builds.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
private_key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
3939
- name: Semantic Release
4040
uses: cycjimmy/semantic-release-action@v4
41-
id: semantic # Need an `id` for output variables
41+
id: semantic # Need an `id` for output variables
4242
env:
4343
GITHUB_TOKEN: ${{ steps.create_token.outputs.token }}
44+
with:
45+
semantic_version: 23.0.8
4446
- run: yarn build
4547
if: steps.semantic.outputs.new_release_published == 'true'
4648
- run: yarn prepare-release

0 commit comments

Comments
 (0)