Skip to content

Commit

Permalink
Push commits after release
Browse files Browse the repository at this point in the history
  • Loading branch information
niveathika authored Jun 14, 2024
1 parent 29ca092 commit 924b7cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.BALLERINA_BOT_TOKEN }}
run: |
git push origin release-${{ inputs.connector }}-${VERSION}
gh release create ${{ inputs.connector }}-v$VERSION --title "${{ inputs.connector }}-v$VERSION"
gh pr create --base ${GITHUB_REF##*/} --title "[Automated] Sync ${GITHUB_REF##*/} after ${{ inputs.connector }}-$VERSION release" --body "Sync ${GITHUB_REF##*/} after ${{ inputs.connector }}-$VERSION release"

0 comments on commit 924b7cc

Please sign in to comment.