Skip to content

Commit

Permalink
chore: fix release.yml using workaround suggested in cycjimmy/semanti…
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Jun 2, 2023
1 parent 8ea7082 commit 5dce307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -67,7 +67,7 @@ jobs:
sed -i '' "s/checksum: \"[a-z0-9]*\"/checksum: \"$CHECKSUM\"/g" $GITHUB_WORKSPACE/Package.swift
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v3.4.1
with:
extra_plugins: |
"@semantic-release/commit-analyzer"
Expand Down

0 comments on commit 5dce307

Please sign in to comment.