Skip to content

Commit

Permalink
wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed May 7, 2024
1 parent 738ba70 commit f808aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
with:
gem_name: html-proofer
version_filepath: lib/html_proofer/version.rb
prepare: ${{ github.event == 'push' || github.event == 'workflow_dispatch' }}
prepare: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
release: ${{ (github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'release')) }}

0 comments on commit f808aa3

Please sign in to comment.