Skip to content

Commit b12fe6f

Browse files
committed
fix publish GitHub Action
1 parent c6eb438 commit b12fe6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish
1+
name: "Publish"
22

33
on:
44
workflow_dispatch:
@@ -19,10 +19,10 @@ jobs:
1919
contents: read
2020
id-token: write # The OIDC ID token is used for authentication with JSR.
2121
steps:
22-
- name: Publish package
23-
uses: actions/[email protected]
22+
- uses: actions/[email protected]
2423
with:
2524
registry-url: 'https://registry.npmjs.org'
25+
- name: Publish package
2626
run: |
2727
# Setup Git user
2828
git config user.name "actions-user"

0 commit comments

Comments
 (0)