Skip to content

Commit 115fe78

Browse files
committed
Publish releases from the v14.18.3 build
1 parent d5613df commit 115fe78

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131

3232
- name: Publish tagged release
3333
uses: svenstaro/upload-release-action@v2
34-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
34+
if: |
35+
github.event_name == 'push' &&
36+
startsWith(github.ref, 'refs/tags/v') &&
37+
matrix.node-version == 'v14.18.3'
3538
with:
3639
repo_token: ${{ secrets.GITHUB_TOKEN }}
3740
file: webextension.zip

0 commit comments

Comments
 (0)