We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca000a2 commit f3bcd42Copy full SHA for f3bcd42
1 file changed
.github/workflows/publish.yml
@@ -23,27 +23,6 @@ jobs:
23
with:
24
fetch-depth: 0
25
26
- - name: Setup Bun
27
- uses: oven-sh/setup-bun@v2
28
- with:
29
- bun-version: latest
30
-
31
- - name: Setup Node.js
32
- uses: actions/setup-node@v4
33
34
- node-version: 22
35
- registry-url: https://registry.npmjs.org
36
- scope: '@yan-ad'
37
38
- - name: Install dependencies
39
- run: bun install
40
41
- - name: Build
42
- run: bun run build
43
44
- - name: Publish to npm (Trusted Publisher)
45
- run: npm publish --access public --provenance
46
47
- name: Create GitHub Release
48
uses: softprops/action-gh-release@v2
49
0 commit comments