Skip to content

Commit 3e00d84

Browse files
committed
test fix release CI
1 parent f2ab3bb commit 3e00d84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
run: |
43+
ls -l ~
4344
echo "${{ secrets.PRIVATE_KEY }}" >> ~/private_key
4445
chmod 600 ~/private_key
45-
cat ~/private_key
46+
ls -l ~
4647
GIT_SSH_COMMAND="ssh -i ~/private_key" git push --follow-tags origin HEAD:main
4748
- name: Generate changelog
4849
run: |

0 commit comments

Comments
 (0)