Skip to content

Commit

Permalink
Fix archive tarball path
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Jan 16, 2024
1 parent ff1b2a0 commit 31e02ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
required: true
dry-run:
description: 'Only create a tarball, do not publish to npm or create a release on GitHub.'
default: true
type: boolean
required: true

Expand Down Expand Up @@ -39,4 +40,4 @@ jobs:
with:
name: npm
path: |
packages/quill/dist/*.tgz
*.tgz

0 comments on commit 31e02ff

Please sign in to comment.