We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2790e71 commit aaa4318Copy full SHA for aaa4318
.github/workflows/publish-ballerina-to-openapi.yml
@@ -44,5 +44,5 @@ jobs:
44
env:
45
GITHUB_TOKEN: ${{ secrets.BALLERINA_BOT_TOKEN }}
46
run: |
47
- git push origin ballerina-to-openapi-release:${VERSION}
+ git push origin ballerina-to-openapi-release-${VERSION}
48
gh pr create --base ${GITHUB_REF##*/} --title "[Automated] Sync ${GITHUB_REF##*/} after ballerina-to-openapi:${VERSION} release" --body "Sync ${GITHUB_REF##*/} after Ballerina to OpenAPI - ${VERSION} release"
0 commit comments