Skip to content

Commit

Permalink
🚑👷Fix a release if-clause for tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 5, 2020
1 parent e9b6fec commit afabcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Pre-set global build settings
if: >- # https://twitter.com/webKnjaZ/status/1308803017001652225
github.event_name != 'create' ||
github.ref_type == 'tag'
github.event.ref_type == 'tag'
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit afabcea

Please sign in to comment.