chore: use newer semantic-release version

This commit is contained in:
Thomas Nordquist
2024-05-15 07:43:39 +02:00
parent 435f5b5628
commit ef6fe40ce8
+3 -1
View File
@@ -38,9 +38,11 @@ jobs:
private_key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
id: semantic # Need an `id` for output variables
id: semantic # Need an `id` for output variables
env:
GITHUB_TOKEN: ${{ steps.create_token.outputs.token }}
with:
semantic_version: 23.0.8
- run: yarn build
if: steps.semantic.outputs.new_release_published == 'true'
- run: yarn prepare-release