Skip to content

Commit

Permalink
Rm base64
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Jan 19, 2024
1 parent c0c1f9d commit 75b86b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/release_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ echo "Pushing new version.py to branch '$branch_name'"
gh api --method PUT /repos/solarwinds/apm-python/contents/solarwinds_apm/version.py \
--field message="Update agent version to $version_number" \
--field content="__version__ = '$version_number'" \
--field encoding="base64" \
--field branch="$branch_name" \
--field sha="$SHA"

Expand Down

0 comments on commit 75b86b6

Please sign in to comment.