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 f5eee25 commit 6105fe6Copy full SHA for 6105fe6
.github/workflows/build.yaml
@@ -1,11 +1,9 @@
1
name: Build
2
3
on:
4
- create:
5
- tags:
6
push:
7
- branches:
8
- - main
+ branches: [main]
+ tags: ['*']
9
pull_request:
10
11
jobs:
@@ -43,5 +41,7 @@ jobs:
43
41
path: build/libxml2-wasm32-unknown-wasip1-threads.tar.gz
44
42
- name: Release
45
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
run: |
47
gh release create ${{ github.ref }} build/libxml2-wasm32-unknown-wasi.tar.gz build/libxml2-wasm32-unknown-wasip1-threads.tar.gz
0 commit comments