We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50def67 commit 4cb23b9Copy full SHA for 4cb23b9
1 file changed
.github/workflows/release.yml
@@ -18,12 +18,7 @@ jobs:
18
with:
19
bun-version: latest
20
21
- - uses: actions/setup-node@v4
22
- with:
23
- node-version: 20
24
- registry-url: https://registry.npmjs.org
25
-
26
- - name: Install dependencies
+- name: Install dependencies
27
run: bun install
28
29
- name: Run tests
@@ -51,8 +46,6 @@ jobs:
51
46
- name: Publish to npm
52
47
if: steps.version.outputs.changed == 'true'
53
48
run: npm publish --access public
54
- env:
55
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
56
49
57
50
- name: Create GitHub Release
58
0 commit comments