Skip to content

Commit

Permalink
Change the token use for Pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Mar 21, 2024
1 parent 99ba41f commit d04a65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre_release_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Update version in file
run: |
sed -i 's/__version__ = ".*"/__version__ = "${VERSION}"/' aws-opentelemetry-distro/src/amazon/opentelemetry/distro/version.py
sed -i "s/__version__ = ".*"/__version__ = "${VERSION}"/" aws-opentelemetry-distro/src/amazon/opentelemetry/distro/version.py
git commit -am "Update version to ${VERSION}"
git push origin "${VERSION}_release"
Expand Down

0 comments on commit d04a65a

Please sign in to comment.