Skip to content

Commit

Permalink
ci: fix doesn't create github releases 8
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoq committed Apr 8, 2024
1 parent 0d16083 commit 5502994
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ jobs:

- uses: pnpm/action-setup@v3

- name: NPM registry authentication
run: pnpm config set '//registry.npmjs.org/:_authToken' \"${NPM_TOKEN}\"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: pnpm i

- run: pnpm changeset version --snapshot next
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: NPM registry authentication
run: pnpm config set '//registry.npmjs.org/:_authToken' \"${NPM_TOKEN}\"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish
run: |
pnpm build:packages
Expand Down

0 comments on commit 5502994

Please sign in to comment.