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 895102e commit 3e7505eCopy full SHA for 3e7505e
.github/workflows/on_release_notes.yml
@@ -21,10 +21,10 @@ jobs:
21
run: |
22
git config user.name "Release bot"
23
git config user.email "<>"
24
- # - name: Setup tmate session
25
- # uses: mxschmitt/action-tmate@v3
+ - name: Setup tmate session
+ uses: mxschmitt/action-tmate@v3
26
- name: Update Changelog in trunk
27
28
git add CHANGELOG.md
29
git commit -m "chore(ci): update changelog with version ${RELEASE_TAG_VERSION}"
30
- git push origin HEAD:refs/heads/develop
+ git push origin HEAD:refs/heads/master
0 commit comments