Skip to content

Commit

Permalink
ci: add forgotten mkdir to release workflow (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Feb 20, 2023
1 parent 1acf3e1 commit 4e7e96a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
SIGNORE_CLIENT_SECRET: ${{ secrets.SIGNORE_CLIENT_SECRET }}
SIGNORE_SIGNER: ${{ secrets.SIGNORE_SIGNER }}
run: |
mkdir -p ~/.ssh
echo "${{ secrets.GIT_SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed22519
./scripts/release/release.sh
rm -f ~/.ssh/id_ed22519

0 comments on commit 4e7e96a

Please sign in to comment.