Skip to content

Commit 01b9711

Browse files
authored
Update release.yml
1 parent 5c12066 commit 01b9711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
34-
ssh-key: ${{ secrets.GHA_DEPLOY_KEY }}
3534
- name: Install pnpm
3635
uses: pnpm/action-setup@v4
3736
with:
@@ -97,6 +96,7 @@ jobs:
9796
uses: actions/checkout@v4
9897
with:
9998
fetch-depth: 0
99+
ssh-key: ${{ secrets.GHA_DEPLOY_KEY }}
100100
- name: Configure Git author (for tag/commit)
101101
run: |
102102
git config user.name "GitHubActions"

0 commit comments

Comments
 (0)