Skip to content

Commit

Permalink
chore: fix semantic-release on GitHub protected tags (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan authored May 17, 2024
1 parent 0e47e86 commit ffbf36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected]
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected]
with:
Expand Down

0 comments on commit ffbf36f

Please sign in to comment.