Skip to content

Commit

Permalink
authorized-pub task doesn't like globs with spaces in them
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Jun 26, 2024
1 parent 44cc70a commit abcad5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
with:
product_name: BSON for Ruby
release_version: ${{ env.RELEASE_VERSION }}
dist_filenames: '*.gem ${{ env.RELEASE_ASSETS}}/*.sig'
dist_filenames: '*.gem'
silk_asset_group: bson-ruby

- name: Create the tag
Expand Down

0 comments on commit abcad5e

Please sign in to comment.