Skip to content

Commit

Permalink
Address incorrect gh release edit options
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Sep 19, 2023
1 parent be44abb commit c05089c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/finalize-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,4 @@ jobs:
version=${BASE_REF#rc/}
echo "Finalizing release v$version"
gh release edit "v$version" \
--draft false \
--prerelease false \
--latest \
--tag v$version
gh release edit "v$version" --tag v$version

0 comments on commit c05089c

Please sign in to comment.