Skip to content

Commit fe20f0a

Browse files
authored
Checkout before npm publish unstable (#2919)
1 parent 839dfc3 commit fe20f0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/npm-publish-unstable.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
contents: write
6868
id-token: write
6969
steps:
70+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
71+
with:
72+
persist-credentials: false
73+
ref: main
7074
- name: npm publish
7175
run: |
7276
# set unstable version value

0 commit comments

Comments
 (0)