Skip to content

Commit

Permalink
fix(ci): flaky release
Browse files Browse the repository at this point in the history
We keep getting this error from semantic-release:

HttpError: You have exceeded a secondary rate limit. Please wait a few minutes before you try again.

This is supposedly fixed in semantic-release/github#487.
  • Loading branch information
soedirgo committed Mar 6, 2024
1 parent 4364d40 commit 1fd19a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- id: semantic-release
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: 18
semantic_version: 21
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 1fd19a2

Please sign in to comment.