ci: add missing s3 step
This commit is contained in:
parent
7902f6a0bc
commit
ffbe7a7df1
|
@ -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"
|
||||
|
|
Reference in New Issue