Skip to content

Commit 8154d74

Browse files
authored
fix on credential pusing tag (#342)
1 parent f57c21a commit 8154d74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/promote-to-prod-and-public.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Checkout
9393
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9494
with:
95-
persist-credentials: false
95+
persist-credentials: true
9696
fetch-depth: 0
9797
fetch-tags: true
9898

@@ -116,7 +116,7 @@ jobs:
116116
- name: Checkout
117117
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
118118
with:
119-
persist-credentials: false
119+
persist-credentials: true
120120
fetch-depth: 0
121121
fetch-tags: true
122122

0 commit comments

Comments
 (0)