Skip to content

Commit

Permalink
chore: use newer semantic-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Nordquist committed May 15, 2024
1 parent 435f5b5 commit ef6fe40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/platform-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef6fe40

Please sign in to comment.