File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 33 push :
44 tags :
55 - v[0-9]+.[0-9]+.[0-9]+
6- branches :
7- - fix-release-ci
8-
96jobs :
107 draft_release :
118 name : Create Draft GitHub Release
2017 - name : Set tag name
2118 id : tag
2219 run : |
23- echo "tag=v0.4.5" >> $GITHUB_OUTPUT
20+ tag=$(basename "${{ github.ref }}")
21+ echo "tag=$tag" >> $GITHUB_OUTPUT
2422 - name : Create Release
25- if : false
2623 env :
2724 GH_TOKEN : ${{ github.token }}
2825 GH_REPO : ${{ github.repository }}
6360
6461 libs_android :
6562 name : Building Android libraries
66- if : false
6763 runs-on : ubuntu-latest
6864 steps :
6965 - uses : actions/checkout@v4
7773
7874 libs_wasm :
7975 name : Basic WASM build
80- if : false
8176 runs-on : ubuntu-latest
8277 steps :
8378 - uses : actions/checkout@v4
10297 contents : read
10398 packages : write
10499 name : Publish Android
105- if : false
106100 needs : [ draft_release, libs_android ]
107101 runs-on : ubuntu-latest
108102 steps :
@@ -211,7 +205,6 @@ jobs:
211205 gh release upload "${{ needs.draft_release.outputs.tag }}" *.so
212206
213207 publish_wasm :
214- if : false
215208 name : Publish WASM builds
216209 needs : [ draft_release, libs_wasm ]
217210 runs-on : ubuntu-latest
@@ -253,8 +246,10 @@ jobs:
253246 runs-on : macos-latest
254247 needs :
255248 - draft_release
249+ - publish_android
256250 - publish_ios_pod_and_spm_package
257251 - publish_desktop
252+ - publish_wasm
258253 steps :
259254 - name : Create issue
260255 run : |
You can’t perform that action at this time.
0 commit comments