chore: workflow syntax

This commit is contained in:
Mo
2022-06-22 15:44:53 -05:00
parent 458d8dacaf
commit e939085fc7

View File

@@ -6,7 +6,7 @@ on:
jobs:
Build:
if: contains(github.event.head_commit.message, 'chore(release){{':'}} publish main') == false
if: "${{ contains(github.event.head_commit.message, 'chore(release): publish main') == false }}"
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}