File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 type : string
1818
1919jobs :
20- ready :
20+ parse :
2121 uses : ./.github/workflows/parse.yml
2222 with :
2323 path : ${{ inputs.path }}
2424
2525 cross-build :
2626 runs-on : ${{ inputs.platform }}
2727 needs :
28- - ready
28+ - parse
2929 steps :
3030 - uses : actions/checkout@v4
3131 with :
4040 with :
4141 repo_token : ${{ secrets.GITHUB_TOKEN }}
4242 file : wasm/pkg/*
43- tag : ${{ github.ref }}
43+ tag : refs/tags/ ${{ needs.ready.outputs.version }}
4444 overwrite : true
4545 file_glob : true
Original file line number Diff line number Diff line change 99 type : string
1010
1111jobs :
12- ready :
12+ parse :
1313 uses : ./.github/workflows/parse.yml
1414 with :
1515 path : ${{ inputs.path }}
1616 tag :
1717 needs :
18- - ready
18+ - parse
1919 uses : ./.github/workflows/tag.yml
2020 with :
21- version : ${{ needs.ready .outputs.version }}
21+ version : ${{ needs.parse .outputs.version }}
2222 release :
2323 needs :
2424 - tag
Original file line number Diff line number Diff line change 11[package ]
22name = " pdf-wasm"
3- version = " 0.0.6 "
3+ version = " 0.0.7 "
44edition = " 2024"
55
66[dependencies ]
You can’t perform that action at this time.
0 commit comments