Skip to content

Commit

Permalink
maybe fix sign
Browse files Browse the repository at this point in the history
  • Loading branch information
fiws committed Apr 23, 2023
1 parent 295df32 commit 1c9a93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Expand Up @@ -35,8 +35,8 @@ jobs:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
run: |
mkdir -p ./.tmp
echo ${{ secrets.SIGNING_CERT }} > ./.tmp/cert.cert
echo ${{ secrets.SIGNING_KEY }} > ./.tmp/key.pem
echo '${{ secrets.SIGNING_CERT }}' > ./.tmp/cert.cert
echo '${{ secrets.SIGNING_KEY }}' > ./.tmp/key.pem
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
env:
Expand Down

0 comments on commit 1c9a93e

Please sign in to comment.