We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6539f77 commit 4a16827Copy full SHA for 4a16827
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
rubygems_api_key: ${{ secrets.RUBYGEMS_API_BOT_KEY }}
19
gh_token: ${{ secrets.GITHUB_TOKEN }}
20
with:
21
- gem_name: html_pipeline
+ gem_name: html-pipeline
22
version_filepath: lib/html_pipeline/version.rb
23
prepare: ${{ github.event_name == 'push' }}
24
release: ${{ github.event_name == 'workflow_dispatch' || ((github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'release'))) }}
0 commit comments