Skip to content

Commit

Permalink
Fix bash for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
robmosca committed Jul 21, 2023
1 parent 07e6ad3 commit a33db34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
run: pnpm run build

- name: Publish to NPM if there is no changeset
shell: bash {0}
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
pnpm run changeset status
Expand Down

0 comments on commit a33db34

Please sign in to comment.