From 6aa2b9a5b00eb39d9ff93118b10e18f99f876380 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 6 Aug 2023 23:07:13 -0400 Subject: [PATCH] ci: wrap in ${{}} --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9182b5..0936a2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}