We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0989a91 commit d21f85eCopy full SHA for d21f85e
.github/workflows/create-tag-on-merge.yml
@@ -61,7 +61,7 @@ jobs:
61
return false;
62
63
- name: Create GitHub Release & Deploy
64
- if: steps.should-deploy.outputs.result == 'true'
+ # if: steps.should-deploy.outputs.result == 'true'
65
env:
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
run: |
@@ -78,6 +78,7 @@ jobs:
78
**Pull Request:** [#${PR_NUMBER}](https://github.com/${{ github.repository }}/pull/${PR_NUMBER})
79
EOF
80
81
- gh release create $NEW_TAG --notes-file release_notes.md
82
- git checkout $NEW_TAG
83
- npm run update-v2-tag
+ cat release_notes.md
+ # gh release create $NEW_TAG --notes-file release_notes.md
+ # git checkout $NEW_TAG
84
+ # npm run update-v2-tag
0 commit comments