Release only on develop
This commit is contained in:
parent
410046cae2
commit
29ed6bf10b
|
@ -31,12 +31,12 @@ jobs:
|
||||||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
# - name: Fail if tag is not develop
|
- name: Fail if tag is not develop
|
||||||
# run: |
|
run: |
|
||||||
# if ! git merge-base --is-ancestor ${{ github.sha }} origin/develop; then
|
if ! git merge-base --is-ancestor ${{ github.sha }} origin/develop; then
|
||||||
# echo "Tag is not in develop"
|
echo "Tag is not in develop"
|
||||||
# exit 1
|
exit 1
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue