mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
ci: provide crate name in release script (#1151)
This commit is contained in:
parent
9fc29f439e
commit
80434ae27b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -34,4 +34,4 @@ jobs:
|
||||
run: |
|
||||
git config user.email "denobot@users.noreply.github.com"
|
||||
git config user.name "denobot"
|
||||
deno run -A https://raw.githubusercontent.com/denoland/automation/0.16.1/tasks/publish_release.ts --${{github.event.inputs.releaseKind}} --skip-release
|
||||
deno run -A https://raw.githubusercontent.com/denoland/automation/0.16.1/tasks/publish_release.ts --${{github.event.inputs.releaseKind}} --skip-release v8
|
||||
|
Loading…
Reference in New Issue
Block a user