Skip to content

Commit 7cdf428

Browse files
authored
fix: use a deploy key to push tags so releases get auto-created
1 parent cfb1f13 commit 7cdf428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/automatic-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
24+
ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
2425
- name: Setup Git
2526
run: |
2627
git config --local user.email "[email protected]"

0 commit comments

Comments
 (0)