Skip to content

Commit ae62e5b

Browse files
committed
Publish
1 parent 095d74d commit ae62e5b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,16 @@ jobs:
2222
ref: main
2323

2424
# Setup Node.js with OIDC Trusted Publishing
25-
- uses: actions/setup-node@v5
25+
- uses: actions/setup-node@v4
2626
with:
2727
node-version: '20'
2828
registry-url: 'https://registry.npmjs.org'
29-
always-auth: true
30-
publish: true
3129

3230
# Setup Deno
3331
- uses: denoland/setup-deno@v2
3432
with:
3533
deno-version: v2.5
3634

37-
- name: Build
38-
run: deno task build
39-
4035
# Publish
4136
- name: Publish
4237
run: npm whoami

0 commit comments

Comments
 (0)