Skip to content

Commit

Permalink
Fixes tag in release
Browse files Browse the repository at this point in the history
  • Loading branch information
iheredia committed Apr 19, 2024
1 parent c910caa commit 5614388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ fi

if $create_release
then
gh release create "${tag}" \
gh release create "${new}" \
--repo="$GITHUB_REPOSITORY" \
--title="${new}" \
--generate-notes \
Expand Down

0 comments on commit 5614388

Please sign in to comment.