We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe68502 commit 40e4e87Copy full SHA for 40e4e87
.github/actions/setup/action.yml
@@ -13,7 +13,6 @@ runs:
13
uses: actions/setup-node@v4
14
with:
15
node-version: 20
16
- registry-url: "https://registry.npmjs.org"
17
18
- name: Install packages
19
shell: bash
.github/workflows/release.yml
@@ -25,5 +25,4 @@ jobs:
25
publish: bun run release
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
29
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments