Skip to content

Commit

Permalink
.npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcorner committed May 28, 2024
1 parent ba4692b commit dfe556a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,13 @@ jobs:
env:
CI: true


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

- name: Publish to npm
shell: bash
run: pnpm publish --access=public --tag=ci-test --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Commit Version Changes
run: |
Expand Down

0 comments on commit dfe556a

Please sign in to comment.