Skip to content

Commit 4f05dc6

Browse files
committed
fix: persist credential used when checking out the repo for tags
1 parent 9c8ab14 commit 4f05dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
with:
1717
fetch-depth: 0
18-
persist-credentials: false
18+
persist-credentials: true
1919
ref: ${{ github.event.release.tag_name }}
2020

2121
- name: Configure the runtime node

0 commit comments

Comments
 (0)