Skip to content

Commit 6f36b58

Browse files
authored
chore: update release workflow to persist credentials for git tag step (#4069)
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
1 parent a620baf commit 6f36b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
120120
with:
121121
fetch-depth: 0
122-
persist-credentials: false
122+
persist-credentials: true
123123

124124
- name: Bootstrap environment
125125
uses: ./.github/actions/bootstrap

0 commit comments

Comments
 (0)