Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
### Determine the name of the runtime and if it is a binary release or crates.io
- name: verify version input
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const version = '${{ inputs.version }}';
Expand All @@ -68,7 +68,7 @@ jobs:
}
- name: substring runtime
id: runtime_sub
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const crate = '${{ inputs.crate }}';
Expand Down
Loading