Compare commits
1 Commits
main
...
changeset-
Author | SHA1 | Date |
---|---|---|
|
c58c478a45 |
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Setup npmrc
|
- name: Setup npmrc
|
||||||
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
|
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: pnpm install --no-frozen-lockfile
|
run: pnpm install
|
||||||
- name: create and publish versions
|
- name: create and publish versions
|
||||||
uses: matthiesenxyz/changeset@v1
|
uses: matthiesenxyz/changeset@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue