Skip to content

Commit 2f0fada

Browse files
committed
add --allow-dirty to ignore deno.lock
1 parent 3b71f60 commit 2f0fada

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/jsr-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
- name: show deno version
4444
run: deno --version
4545

46-
- name: git status
47-
# run: npx jsr publish
48-
run: git status
49-
46+
#- name: git status
47+
# # run: npx jsr publish
48+
# run: git status
49+
# deno.lock make build dirty so we need to allow dirty
5050
- name: Publish package ${{inputs.npm_version}}
5151
# run: npx jsr publish
52-
run: deno publish
52+
run: deno publish --allow-dirty

0 commit comments

Comments
 (0)