Skip to content

Commit

Permalink
add git status in JSR action
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed May 17, 2024
1 parent 194e7e7 commit 3b71f60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/jsr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
- name: show deno version
run: deno --version

- name: git status
# run: npx jsr publish
run: git status

- name: Publish package ${{inputs.npm_version}}
# run: npx jsr publish
run: deno publish --dry-run --allow-dirty
run: deno publish

0 comments on commit 3b71f60

Please sign in to comment.