Skip to content

Commit

Permalink
Merge pull request #1039 from twilio/FLEXY-5323-3
Browse files Browse the repository at this point in the history
FLEXY-5323 fixed formatting issue in yml
  • Loading branch information
shyamasish-twilio authored Aug 30, 2024
2 parents 160646a + ba6fb50 commit 28f93c1
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/~reusable_public_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,20 @@ jobs:
SLACK_MESSAGE: '🎉:tada: Released a new public *version* `${{ steps.publicVersion.outputs.version }}`'
MSG_MINIMAL: actions url
- name: Commit Version
id: commit_version
run: |
git checkout -b bump-version-"$VERSION_NUMBER"
git push origin bump-version-"$VERSION_NUMBER" --no-verify
env:
VERSION_NUMBER: ${{ steps.publicVersion.outputs.version }}
id: commit_version
run: |
git checkout -b bump-version-"$VERSION_NUMBER"
git push origin bump-version-"$VERSION_NUMBER" --no-verify
env:
VERSION_NUMBER: ${{ steps.publicVersion.outputs.version }}
- name: Create PR for version
run: |
gh pr create --base main --title "Update version" --body "Update version"
env:
GITHUB_TOKEN: ${{ steps.get_app_token.outputs.token }}
run: |
gh pr create --base main --title "Update version" --body "Update version"
env:
GITHUB_TOKEN: ${{ steps.get_app_token.outputs.token }}
- name: Approve and Merge PR
run: |
gh pr review --approve
gh pr merge --auto --merge
env:
GITHUB_TOKEN: ${{ secrets.G_TOKEN }}
run: |
gh pr review --approve
gh pr merge --auto --merge
env:
GITHUB_TOKEN: ${{ secrets.G_TOKEN }}

0 comments on commit 28f93c1

Please sign in to comment.