Skip to content

Commit 16b0af4

Browse files
Merge pull request #890 from XMOJ-Script-dev/dev
sync: dev to extern-contrib
2 parents 1110d4a + 0d01bd8 commit 16b0af4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Prerelease.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
27-
- name: Publish to npm
28-
run: npm publish --provenance
29-
env:
30-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
27+
# - name: Publish to npm
28+
# run: npm publish --provenance
29+
# env:
30+
# NODE_AUTH_TOKEN: ${{secrets.npm_token}}
3131
- name: Get version
3232
env:
3333
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 commit comments

Comments
 (0)