We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfaff69 + e3e1c0a commit d05607aCopy full SHA for d05607a
.github/workflows/publish_release.yml
@@ -36,7 +36,7 @@ jobs:
36
git config user.name ${{ secrets.BALLERINA_BOT_USERNAME }}
37
git config user.email ${{ secrets.BALLERINA_BOT_EMAIL }}
38
git checkout -b release-${VERSION}
39
- ./gradlew build -Pversion=${VERSION}
+ ./gradlew build -x :jballerina-debugger-integration-test:test -Pversion=${VERSION}
40
./gradlew -Pversion=${VERSION} publish -x test --continue
41
- name: Create Release Tag
42
run: |
0 commit comments