Skip to content

Commit 768fba5

Browse files
committed
modified: .github/workflows/release.yml
1 parent be1f336 commit 768fba5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: oven-sh/setup-bun@v2
15-
# with:
16-
# bun-version: latest
17-
# registry-url: "https://registry.npmjs.org"
18-
# scope: "@vues3"
15+
with:
16+
bun-version: latest
17+
# registry-url: "https://registry.npmjs.org"
18+
# scope: "@vues3"
1919
# - run: bun install
2020
# - run: bun run build
2121
# - run: bun publish --access public

0 commit comments

Comments
 (0)