Skip to content

Commit

Permalink
test fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetWolf committed Aug 5, 2024
1 parent f2ab3bb commit 3e00d84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
ls -l ~
echo "${{ secrets.PRIVATE_KEY }}" >> ~/private_key
chmod 600 ~/private_key
cat ~/private_key
ls -l ~
GIT_SSH_COMMAND="ssh -i ~/private_key" git push --follow-tags origin HEAD:main
- name: Generate changelog
run: |
Expand Down

0 comments on commit 3e00d84

Please sign in to comment.