Skip to content

Commit f11563e

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
run: |
43+
cd ~
44+
pwd
4345
ls -l ~
4446
echo "${{ secrets.PRIVATE_KEY }}" >> ~/private_key
4547
chmod 600 ~/private_key

0 commit comments

Comments
 (0)