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:
|
jobs:
|
||||||
Build:
|
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
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user