Skip to content

Commit 72a4df6

Browse files
authored
Merge pull request #1047 from Nothing4You/fix-git-tag-release
Revert not persisting GitHub credentials in workflow job for pushing a Git tag after release
2 parents fd32a80 + 59ba1a6 commit 72a4df6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ jobs:
676676
uses: actions/checkout@v5
677677
with:
678678
show-progress: false
679-
persist-credentials: false
679+
persist-credentials: true
680680
fetch-depth: 1
681681
ref: ${{ github.event.inputs.release-commitish }}
682682
- name: Setup git user as [bot]

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
-------
33

4+
0.3.2 (2025-10-21)
5+
^^^^^^^^^^^^^^^^^^
6+
7+
* Fix not persisting GitHub credentials during Git checkout action in CI for publishing release tags #1047
8+
49
0.3.1 (2025-10-21)
510
^^^^^^^^^^^^^^^^^^
611

0 commit comments

Comments
 (0)