Skip to content

Commit

Permalink
Fix argument
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Mar 21, 2024
1 parent cc7abaf commit ecfa660
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@ jobs:
target_branch: ${{ github.event.inputs.target_branch }}
latest: ${{ github.event.inputs.target_branch }}
run: |
[[ $latest = true ]] && latest_arg="--latest"
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="$title" \
--notes="Run tests: $tests"\
--target="$target_branch" \
latest_arg
--latest=$latest
ubuntu:
Expand Down

0 comments on commit ecfa660

Please sign in to comment.