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.
2 parents fd32a80 + 59ba1a6 commit 72a4df6Copy full SHA for 72a4df6
.github/workflows/ci-cd.yml
@@ -676,7 +676,7 @@ jobs:
676
uses: actions/checkout@v5
677
with:
678
show-progress: false
679
- persist-credentials: false
+ persist-credentials: true
680
fetch-depth: 1
681
ref: ${{ github.event.inputs.release-commitish }}
682
- name: Setup git user as [bot]
CHANGES.txt
@@ -1,6 +1,11 @@
1
Changes
2
-------
3
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
9
0.3.1 (2025-10-21)
10
^^^^^^^^^^^^^^^^^^
11
0 commit comments