Skip to content

Commit fce2760

Browse files
authored
fix ci publishing (#4)
1 parent 31ded45 commit fce2760

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-and-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: pnpm build
3737
- name: Configure PNPM to use token
3838
run:
39-
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
39+
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> .npmrc
4040
- name: Run Changeset Workflow
4141
uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 # v1.4.7
4242
env:

.npmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
//registry.npmjs.org/:_authToken=
1+
provenance=true

0 commit comments

Comments
 (0)