We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a684d8a commit 7b1dd2aCopy full SHA for 7b1dd2a
1 file changed
.github/workflows/publish.yml
@@ -21,7 +21,6 @@ jobs:
21
- uses: actions/setup-node@v4
22
with:
23
node-version: "22"
24
- registry-url: https://registry.npmjs.org
25
cache: pnpm
26
27
- run: pnpm install --frozen-lockfile
@@ -33,8 +32,6 @@ jobs:
33
32
34
- name: Publish to npm
35
run: npm publish --provenance --access public
36
- env:
37
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
38
39
publish-gpr:
40
name: Publish to GitHub Packages
0 commit comments