Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Y-Ko committed Dec 4, 2024
1 parent 816dc32 commit c221f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Setup pnpm
uses: pnpm/action-setup@v4
Expand All @@ -41,5 +41,5 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GIT_CREDENTIALS: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c221f2c

Please sign in to comment.