We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0749c commit f8ee3d5Copy full SHA for f8ee3d5
.github/workflows/on_release_notes.yml
@@ -27,4 +27,4 @@ jobs:
27
run: |
28
git add CHANGELOG.md
29
git commit -m "chore(ci): update changelog with version ${RELEASE_TAG_VERSION}"
30
- git push origin master
+ git push origin HEAD:refs/heads/develop
0 commit comments