Skip to content

Commit febe6a6

Browse files
committed
Meta: Show releases as deployments on GitHub
1 parent fe0146c commit febe6a6

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,21 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
command:
52-
- firefox
53-
- chrome
52+
- Firefox
53+
- Chrome
54+
environment: ${{ matrix.command }}
5455
runs-on: ubuntu-latest
5556
steps:
5657
- uses: actions/download-artifact@v3
5758
- name: Submit to Mozilla
58-
if: matrix.command == 'firefox'
59+
if: matrix.command == 'Firefox'
5960
working-directory: artifact
60-
run: npx web-ext-submit@7.5.0-1
61+
run: npx web-ext-submit@7
6162
env:
6263
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
6364
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}
6465
- name: Submit to Google
65-
if: matrix.command == 'chrome'
66+
if: matrix.command == 'Chrome'
6667
working-directory: artifact
6768
run: npx chrome-webstore-upload-cli@2 upload --auto-publish
6869
env:

0 commit comments

Comments
 (0)