diff --git a/.github/workflows/release-template.yml b/.github/workflows/release-template.yml index 97d9947..0338480 100644 --- a/.github/workflows/release-template.yml +++ b/.github/workflows/release-template.yml @@ -1,8 +1,8 @@ on: push: # Pattern matched against refs/tags - tags: - - "*" + tags: + - '*' jobs: release-apax-lib: @@ -10,6 +10,7 @@ jobs: secrets: APAX_TOKEN: ${{ secrets.APAX_TOKEN }} DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} + APAX_SIGNKEY: ${{ secrets.APAX_SIGNKEY }} with: VERSION: ${{ github.ref_name }}