chore: workflow syntax
This commit is contained in:
2
.github/workflows/publish.prod.yml
vendored
2
.github/workflows/publish.prod.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user