Commit 850e9bb2 authored by Moody Salem's avatar Moody Salem

Try a different syntax

parent e5bf2d08
...@@ -16,9 +16,9 @@ jobs: ...@@ -16,9 +16,9 @@ jobs:
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
release_branches: .* release_branches: .*
- name: Cancel if new tag is not generated - name: Cancel this build if no new commits
uses: andymckay/cancel-action@0.2 uses: andymckay/cancel-action@0.2
if: !startsWith(steps.bump_version.outputs.new_tag, 'v') if: steps.bump_version.outputs.new_tag == undefined
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: '12' node-version: '12'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment