Skip to content

Commit

Permalink
Merge pull request #82 from reside-eng/sync_sm_action_version
Browse files Browse the repository at this point in the history
fix: unify semantic-action version and to fix secondary rate limit issue
  • Loading branch information
skydiator authored Nov 14, 2024
2 parents a82e0e2 + 1889aa9 commit a549460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:

- name: Semantic Release
if: inputs.IS_MONOREPO == false
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4.1.1
id: semantic
with:
# NOTE: ^19 is ESM and was causing a break
Expand Down

0 comments on commit a549460

Please sign in to comment.