Skip to content

Commit

Permalink
fix: use a deploy key to push tags so releases get auto-created
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored Dec 9, 2023
1 parent cfb1f13 commit 7cdf428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
- name: Setup Git
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 7cdf428

Please sign in to comment.