We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8052ede + 15382e8 commit 6f900d4Copy full SHA for 6f900d4
.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 -x :jballerina-debugger-integration-test:test -Pversion=${VERSION}
+ ./gradlew build -x test -x check -Pversion=${VERSION}
40
./gradlew -Pversion=${VERSION} publish -x check -x test --continue
41
- name: Create Release Tag
42
run: |
0 commit comments