Skip to content

Commit 90de29a

Browse files
committed
CI: change to string output
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent c53cfd8 commit 90de29a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/github-script@v7
6060
id: stripped_release_version
6161
with:
62-
result-encoding: strings
62+
result-encoding: string
6363
script: |
6464
let release_version = `${{github.event.release.tag_name}}`
6565
return release_version.replace(/^v/, '')

0 commit comments

Comments
 (0)