Skip to content

Commit f3bcd42

Browse files
committed
ci(release): still failed on publish so make it as release creator
1 parent ca000a2 commit f3bcd42

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,6 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

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-
with:
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-
4726
- name: Create GitHub Release
4827
uses: softprops/action-gh-release@v2
4928
with:

0 commit comments

Comments
 (0)