ci: wrap in ${{}}

This commit is contained in:
Derrick Hammer 2023-08-06 23:07:13 -04:00
parent ffbe7a7df1
commit 6aa2b9a5b0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
s3cmd put "${{ env.PKG }}" s3://${{ env.S3_BUCKET }} $(basename "${{ env.PKG }}")
- name: Publish to Firefox
uses: yayuyokitano/firefox-addon@v0.0.6-alpha
if: github.ref_name == "master"
if: ${{ github.ref_name == "master" }}
with:
api_key: ${{ secrets.AMO_ISSUER }}
api_secret: ${{ secrets.AMO_SECRET }}