Skip to content

Commit 0d3368f

Browse files
committed
chore: Actions update
1 parent bc638af commit 0d3368f

File tree

3 files changed

+426
-769
lines changed

3 files changed

+426
-769
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,11 @@ jobs:
5252

5353
- name: PR or Publish
5454
id: changesets
55-
uses: changesets/action@v1.4.5
55+
uses: changesets/action@v1.5.3
5656
with:
5757
version: pnpm changeset:version
5858
publish: pnpm changeset:publish
5959
env:
60-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6160
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6261

6362
- name: Notify discord
@@ -68,16 +67,13 @@ jobs:
6867
publishedPackages: ${{ steps.changesets.outputs.publishedPackages }}
6968
env:
7069
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
7270
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
7371

7472
- name: Publish Prerelease
7573
if: steps.changesets.outputs.published != 'true'
7674
env:
77-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
7875
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7976
run: |
80-
npm config set "//registry.npmjs.org/:_authToken" "$NPM_TOKEN"
8177
git reset --hard origin/main
8278
pnpm changeset version --no-git-tag --snapshot canary
8379
pnpm changeset publish --no-git-tag --snapshot canary --tag canary

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@
7676
]
7777
},
7878
"devDependencies": {
79-
"@actions/core": "^1.10.0",
79+
"@actions/core": "^1.11.1",
8080
"@actions/github": "^5.1.1",
8181
"@babel/plugin-transform-block-scoping": "^7.23.4",
8282
"@babel/plugin-transform-typescript": "^7.23.6",
83-
"@changesets/cli": "^2.27.1",
83+
"@changesets/cli": "^2.29.6",
8484
"@changesets/get-github-info": "^0.6.0",
8585
"@rollup/plugin-babel": "^6.0.4",
8686
"@rollup/plugin-commonjs": "^25.0.7",
@@ -94,6 +94,9 @@
9494
"eslint-config-prettier": "^9.1.0",
9595
"eslint-plugin-prettier": "^5.1.3",
9696
"eslint-plugin-tsdoc": "^0.2.17",
97+
"graphql15": "npm:graphql@^15.8.0",
98+
"graphql16": "npm:graphql@^16.8.1",
99+
"graphql17": "npm:graphql@^17.0.0-alpha.3",
97100
"husky-v4": "^4.3.8",
98101
"jsr": "^0.12.1",
99102
"lint-staged": "^15.2.0",
@@ -105,10 +108,7 @@
105108
"rollup-plugin-dts": "^6.1.0",
106109
"terser": "^5.27.0",
107110
"typescript": "^5.3.3",
108-
"vitest": "^1.2.2",
109-
"graphql15": "npm:graphql@^15.8.0",
110-
"graphql16": "npm:graphql@^16.8.1",
111-
"graphql17": "npm:graphql@^17.0.0-alpha.3"
111+
"vitest": "^1.2.2"
112112
},
113113
"publishConfig": {
114114
"access": "public",

0 commit comments

Comments
 (0)