Skip to content

Commit

Permalink
Fixed release comparing bundle/**/* instead of bundle as a whole dire…
Browse files Browse the repository at this point in the history
…ctory
  • Loading branch information
CatChen committed Sep 5, 2024
1 parent 42e420d commit c1a494c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
diff-targets:
description: 'Diff Targets'
required: false
default: '{README.md,LICENSE,bundle/**/*}'
default: '{README.md,LICENSE,bundle}'
type: string
dry-run:
description: 'Dry run'
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
update-shorthand-release: true
dry-run: ${{ inputs.dry-run || false }}
skip-if-no-diff: ${{ inputs.skip-if-no-diff || github.event_name != 'workflow_dispatch' }}
diff-targets: ${{ inputs.diff-targets || '{README.md,LICENSE,bundle/**/*}' }}
diff-targets: ${{ inputs.diff-targets || '{README.md,LICENSE,bundle}' }}
github-token: ${{ steps.get-github-app-token.outputs.token }}

publish:
Expand Down

0 comments on commit c1a494c

Please sign in to comment.