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 97a99e5 commit 39fe217Copy full SHA for 39fe217
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
path: build/_package/${{ matrix.name }}/webrtc.tar.gz
81
create-release:
82
name: Create Release
83
- if: contains(github.ref, 'tags/m')
+ if: github.ref_type == 'tag'
84
needs:
85
- build-apple
86
- build-linux
0 commit comments