mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
codegen: Detect deleted releases
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"repository": "https://github.com/knope-dev/knope",
|
||||
"tag_prefix": "knope/v",
|
||||
"tag_prefix": ["knope/v", "v"],
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-${rust_target}.tgz",
|
||||
"bin": "${package}-${rust_target}/${package}${exe}",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"repository": "https://github.com/wasmCloud/wasmCloud",
|
||||
"tag_prefix": "wash-v",
|
||||
"tag_prefix": ["wash-v", "wash-cli-v"],
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-${rust_target}${exe}",
|
||||
"signing": {
|
||||
|
||||
Reference in New Issue
Block a user