mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
ci: conditionally tag
This commit is contained in:
parent
352acb9700
commit
ea2d7b1fe2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -50,6 +50,7 @@ jobs:
|
||||||
- run: gulp test
|
- run: gulp test
|
||||||
- run: gulp zip
|
- run: gulp zip
|
||||||
- name: Tag build
|
- name: Tag build
|
||||||
|
if: (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/develop') || startsWith(github.ref, 'refs/heads/hotfix') || startsWith(github.ref, 'refs/heads/release')
|
||||||
run: |
|
run: |
|
||||||
TRAVIS_TAG="${{github.ref_name}}" TRAVIS_COMMIT="${{github.sha}}" travis/deploy-prebuilt.sh
|
TRAVIS_TAG="${{github.ref_name}}" TRAVIS_COMMIT="${{github.sha}}" travis/deploy-prebuilt.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue