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 f6538b1 commit ee2c50eCopy full SHA for ee2c50e
.github/workflows/tag_and_release.yml
@@ -20,5 +20,5 @@ jobs:
20
with:
21
gem_name: html-proofer
22
version_filepath: lib/html_proofer/version.rb
23
-prepare: ${{github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
24
-release: ${{(github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'release')) }}
+prepare: ${{github.event_name == 'push' }}
+release: ${{github.event_name == 'workflow_dispatch' || ((github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'release'))) }}
0 commit comments