Skip to content

Commit 4a16827

Browse files
committed
doh
1 parent 6539f77 commit 4a16827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
rubygems_api_key: ${{ secrets.RUBYGEMS_API_BOT_KEY }}
1919
gh_token: ${{ secrets.GITHUB_TOKEN }}
2020
with:
21-
gem_name: html_pipeline
21+
gem_name: html-pipeline
2222
version_filepath: lib/html_pipeline/version.rb
2323
prepare: ${{ github.event_name == 'push' }}
2424
release: ${{ github.event_name == 'workflow_dispatch' || ((github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'release'))) }}

0 commit comments

Comments
 (0)