Skip to content
Snippets Groups Projects
Unverified Commit d67f3f5d authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Fix invalid input in the "build for release" action (#43492)

parent 03d5dec9
Branches
Tags
No related merge requests found
......@@ -113,7 +113,7 @@ jobs:
uses: actions/github-script@v7
id: release_branch
with:
result_encoding: string
result-encoding: string
script: | # js
const { getReleaseBranch } = require('${{ github.workspace }}/release/dist/index.cjs');
const version = '${{ inputs.version }}';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment