From f09c19c3e6513823afdee75d711e9e077beb7a2c Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 6 Aug 2023 23:08:52 -0400 Subject: [PATCH] ci: single quotes required --- .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 0936a2e..26125b4 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 }}