fix: use a deploy key to push tags so releases get auto-created

This commit is contained in:
Jose Diaz-Gonzalez
2023-12-09 00:52:00 -05:00
committed by GitHub
parent cfb1f1368b
commit 7cdf428e3a

View File

@@ -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 "action@github.com"