Skip to content

Commit 7afc35e

Browse files
committed
Simplify release workflow - use single v* tags for both platforms
- Master and Firefox both trigger on v* tags - Creates slactac_chrome-vX.X.X.zip and slactac_firefox-vX.X.X.zip - Single release with both platform ZIPs automatically
1 parent 9482688 commit 7afc35e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: package-extension
33
on:
44
push:
55
branches: [master]
6-
tags: ['v*-chrome']
6+
tags: ['v*']
77
release:
88
types: [published]
99
workflow_dispatch:

0 commit comments

Comments
 (0)