Skip to content

Commit

Permalink
Fix make-release.sh invocation during release (#1134)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov authored Mar 15, 2021
1 parent c60bdec commit 19bcb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-stable-PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
export GITHUB_TOKEN=${{ secrets.ACTIONS_TOKEN }}
DWO_INPUT=${{ github.event.inputs.dwo-version}}
if [[ -n $DWO_INPUT ]]; then
make-release.sh --version ${{ github.event.inputs.version }} -dwo ${{ github.event.inputs.dwo-version }}
./make-release.sh --version ${{ github.event.inputs.version }} -dwo ${{ github.event.inputs.dwo-version }}
else
make-release.sh --version ${{ github.event.inputs.version }}
./make-release.sh --version ${{ github.event.inputs.version }}
fi

0 comments on commit 19bcb80

Please sign in to comment.