Skip to content

Commit

Permalink
fix: backing with silent output directive
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsonbrsilva committed May 3, 2024
1 parent 2df0991 commit 05fdf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/release-creation/release-creation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ create_release() {

local url="https://api.github.com/repos/${GITHUB_REPOSITORY}/releases"

local response_code=$(curl -s -o -w "%{http_code}" \
local response_code=$(curl -s -o /dev/null -w "%{http_code}" \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
Expand Down

0 comments on commit 05fdf77

Please sign in to comment.