Skip to content

Commit 39fe217

Browse files
committed
Tag
1 parent 97a99e5 commit 39fe217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
path: build/_package/${{ matrix.name }}/webrtc.tar.gz
8181
create-release:
8282
name: Create Release
83-
if: contains(github.ref, 'tags/m')
83+
if: github.ref_type == 'tag'
8484
needs:
8585
- build-apple
8686
- build-linux

0 commit comments

Comments
 (0)