ci: add missing s3 step

This commit is contained in:
Derrick Hammer 2023-08-06 23:05:48 -04:00
parent 7902f6a0bc
commit ffbe7a7df1
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ jobs:
run: npm run semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish to S3
run: |
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"