Skip to content

Commit

Permalink
ci: update ci-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Sep 20, 2024
1 parent f05a149 commit 34cca06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

jobs:
publish:
Expand All @@ -35,3 +36,5 @@ jobs:
- name: Publish packages
run: |
yarn ci-publish
env:
NPM_TOKEN: ${{ env.NPM_TOKEN }}

0 comments on commit 34cca06

Please sign in to comment.