Skip to content

Commit

Permalink
Revert npmtoken
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Jul 17, 2024
1 parent ddb3c27 commit 9263d6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
- name: Build template
run: npm run build:ts

- name: Setup npm token
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

- name: Publish ts
run: |
cd generated/typescript
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
npm run release

0 comments on commit 9263d6f

Please sign in to comment.