Skip to content

Commit 373f2a4

Browse files
authored
Merge pull request #1209 from layer5io/leecalcote/ci/npm-oidc
CI: change to string output
2 parents ed48ae3 + 90de29a commit 373f2a4

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)