diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index cce4f82..9a4f635 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -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: