Skip to content

Commit

Permalink
Merge pull request #3 from k2tzumi/fix-release
Browse files Browse the repository at this point in the history
Fix token secrets
  • Loading branch information
k2tzumi authored Jul 23, 2023
2 parents 6bc45cf + a200ef1 commit 6aebad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload realease slidev pdf and deploying static content to GitHub Pages
name: Upload Release assets and npm publish.
on:
# dispatch from tagpr.yml workflow
workflow_dispatch:
Expand Down Expand Up @@ -52,5 +52,5 @@ jobs:
- name: npm publish
uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 6aebad7

Please sign in to comment.