Better if.
This commit is contained in:
parent
868805c3a8
commit
eafffa009f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
runs-on: ubuntu-docker
|
runs-on: ubuntu-docker
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
|
Loading…
Reference in a new issue