mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -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 zip
|
||||
- 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: |
|
||||
TRAVIS_TAG="${{github.ref_name}}" TRAVIS_COMMIT="${{github.sha}}" travis/deploy-prebuilt.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue