mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Interpolate string properly
This commit is contained in:
parent
6dc1bda70a
commit
de9c1ebb39
2
.github/workflows/publish-yew-agent.yml
vendored
2
.github/workflows/publish-yew-agent.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
|
||||
|
||||
- name: Release yew-agent
|
||||
run: cargo release ${PUBLISH_LEVEL} --execute --no-confirm --package yew-agent
|
||||
run: cargo release ${{ github.event.inputs.level }} --execute --no-confirm --package yew-agent
|
||||
|
||||
- name: Get tag
|
||||
id: gettag
|
||||
|
||||
4
.github/workflows/publish-yew-router.yml
vendored
4
.github/workflows/publish-yew-router.yml
vendored
@ -46,10 +46,10 @@ jobs:
|
||||
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
|
||||
|
||||
- name: Release yew-router-macro
|
||||
run: cargo release ${PUBLISH_LEVEL} --execute --no-confirm --package yew-router-macro
|
||||
run: cargo release ${{ github.event.inputs.level }} --execute --no-confirm --package yew-router-macro
|
||||
|
||||
- name: Release yew-router
|
||||
run: cargo release ${PUBLISH_LEVEL} --execute --no-confirm --package yew-router
|
||||
run: cargo release ${{ github.event.inputs.level }} --execute --no-confirm --package yew-router
|
||||
|
||||
- name: Get tag
|
||||
id: gettag
|
||||
|
||||
4
.github/workflows/publish-yew.yml
vendored
4
.github/workflows/publish-yew.yml
vendored
@ -46,10 +46,10 @@ jobs:
|
||||
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
|
||||
|
||||
- name: Release yew-macro
|
||||
run: cargo release ${PUBLISH_LEVEL} --execute --no-confirm --package yew-macro
|
||||
run: cargo release ${{ github.event.inputs.level }} --execute --no-confirm --package yew-macro
|
||||
|
||||
- name: Release yew
|
||||
run: cargo release ${PUBLISH_LEVEL} --execute --no-confirm --package yew
|
||||
run: cargo release ${{ github.event.inputs.level }} --execute --no-confirm --package yew
|
||||
|
||||
- name: Get tag
|
||||
id: gettag
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user