Skip to content

Commit d21f85e

Browse files
committed
Comment out deployment steps in GitHub Actions workflow for debugging
1 parent 0989a91 commit d21f85e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/create-tag-on-merge.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
return false;
6262
6363
- name: Create GitHub Release & Deploy
64-
if: steps.should-deploy.outputs.result == 'true'
64+
# if: steps.should-deploy.outputs.result == 'true'
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767
run: |
@@ -78,6 +78,7 @@ jobs:
7878
**Pull Request:** [#${PR_NUMBER}](https://github.com/${{ github.repository }}/pull/${PR_NUMBER})
7979
EOF
8080
81-
gh release create $NEW_TAG --notes-file release_notes.md
82-
git checkout $NEW_TAG
83-
npm run update-v2-tag
81+
cat release_notes.md
82+
# gh release create $NEW_TAG --notes-file release_notes.md
83+
# git checkout $NEW_TAG
84+
# npm run update-v2-tag

0 commit comments

Comments
 (0)