Remove check for testing
This commit is contained in:
parent
1bcb481d69
commit
5824b45c20
|
@ -36,12 +36,12 @@ jobs:
|
|||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Fail if tag is not develop
|
||||
run: |
|
||||
if ! git merge-base --is-ancestor ${{ github.sha }} origin/develop; then
|
||||
echo "Tag is not in develop"
|
||||
exit 1
|
||||
fi
|
||||
# - name: Fail if tag is not develop
|
||||
# run: |
|
||||
# if ! git merge-base --is-ancestor ${{ github.sha }} origin/develop; then
|
||||
# echo "Tag is not in develop"
|
||||
# exit 1
|
||||
# fi
|
||||
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue