Skip to content

Commit

Permalink
Update spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Jan 19, 2024
1 parent 75b86b6 commit 932cb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/release_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SHA=$(gh api /repos/solarwinds/apm-python/contents/solarwinds_apm/version.py?ref
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 content="__version__%20=%20'$version_number'" \
--field branch="$branch_name" \
--field sha="$SHA"

Expand Down

0 comments on commit 932cb70

Please sign in to comment.