Skip to content

Commit

Permalink
ci: enable NPM_TOKEN for releasing automatically (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 26, 2023
1 parent fa1e1e5 commit f985718
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -26,7 +26,9 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm release
commit: 'chore: release eslint-plugin-prettier'
title: 'chore: release eslint-plugin-prettier'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f985718

Please sign in to comment.