We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5613df commit 115fe78Copy full SHA for 115fe78
.github/workflows/ci.yml
@@ -31,7 +31,10 @@ jobs:
31
32
- name: Publish tagged release
33
uses: svenstaro/upload-release-action@v2
34
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
+ if: |
35
+ github.event_name == 'push' &&
36
+ startsWith(github.ref, 'refs/tags/v') &&
37
+ matrix.node-version == 'v14.18.3'
38
with:
39
repo_token: ${{ secrets.GITHUB_TOKEN }}
40
file: webextension.zip
0 commit comments