Skip to content

Commit

Permalink
chore: add --allow-dirty flag to publish dry run (#4535)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Mar 28, 2024
1 parent b8c110d commit 5746475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workspace_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Publish (dry run)
if: github.event_name == 'push'
run: deno publish --dry-run
run: deno publish --allow-dirty --dry-run

- name: Publish (real)
if: github.event_name == 'release'
Expand Down

0 comments on commit 5746475

Please sign in to comment.