Skip to content

Commit

Permalink
fix: semantic release (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierguzman authored Sep 26, 2023
1 parent 0532602 commit 49d83b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ jobs:
steps:
- name: Setup Nodejs
uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down Expand Up @@ -238,5 +240,5 @@ jobs:
- name: Run semantic-release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
run: npx semantic-release

0 comments on commit 49d83b0

Please sign in to comment.