Skip to content

Commit

Permalink
fix: deno publish not working due to dirty git tree
Browse files Browse the repository at this point in the history
This reverts commit 3294def and does what it claimed instead...
  • Loading branch information
oplik0 committed Apr 11, 2024
1 parent c892321 commit 3e475c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ jobs:
- name: Publish to JSR
run: |
sed -i "s/from \".*\"; \/\/jsr: /from /" deps.ts # remove https imports
deno publish
deno publish --allow-dirty
9 changes: 0 additions & 9 deletions example.ts

This file was deleted.

0 comments on commit 3e475c6

Please sign in to comment.