Skip to content

Commit 3e7505e

Browse files
committed
chore(ci): add debugging to list tags and refs
1 parent 895102e commit 3e7505e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on_release_notes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
run: |
2222
git config user.name "Release bot"
2323
git config user.email "<>"
24-
# - name: Setup tmate session
25-
# uses: mxschmitt/action-tmate@v3
24+
- name: Setup tmate session
25+
uses: mxschmitt/action-tmate@v3
2626
- name: Update Changelog in trunk
2727
run: |
2828
git add CHANGELOG.md
2929
git commit -m "chore(ci): update changelog with version ${RELEASE_TAG_VERSION}"
30-
git push origin HEAD:refs/heads/develop
30+
git push origin HEAD:refs/heads/master

0 commit comments

Comments
 (0)