Skip to content

Commit 70815c2

Browse files
committed
chore: Update actions
1 parent 881a736 commit 70815c2

File tree

3 files changed

+56
-65
lines changed

3 files changed

+56
-65
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,18 @@ jobs:
3939

4040
- name: PR or Publish
4141
id: changesets
42-
uses: changesets/action@v1.4.5
42+
uses: changesets/action@v1.5.3
4343
with:
4444
version: pnpm changeset:version
4545
publish: pnpm changeset:publish
4646
env:
47-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4847
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4948

5049
- name: Publish Prerelease
5150
if: steps.changesets.outputs.published != 'true'
5251
env:
53-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5452
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5553
run: |
56-
npm config set "//registry.npmjs.org/:_authToken" "$NPM_TOKEN"
5754
git reset --hard origin/main
5855
pnpm changeset version --no-git-tag --snapshot canary
5956
pnpm changeset publish --no-git-tag --snapshot canary --tag canary

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"provenance": true
7676
},
7777
"devDependencies": {
78-
"@changesets/cli": "^2.27.1",
78+
"@changesets/cli": "^2.29.6",
7979
"@changesets/get-github-info": "^0.6.0",
8080
"@rollup/plugin-buble": "^1.0.1",
8181
"@rollup/plugin-commonjs": "^23.0.3",

pnpm-lock.yaml

Lines changed: 54 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)