Skip to content

Commit 6f900d4

Browse files
Merge pull request #44217 from Thevakumar-Luheerathan/2201.13.0-m3-stage
Disable build to speed up publish
2 parents 8052ede + 15382e8 commit 6f900d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
git config user.name ${{ secrets.BALLERINA_BOT_USERNAME }}
3737
git config user.email ${{ secrets.BALLERINA_BOT_EMAIL }}
3838
git checkout -b release-${VERSION}
39-
# ./gradlew build -x :jballerina-debugger-integration-test:test -Pversion=${VERSION}
39+
./gradlew build -x test -x check -Pversion=${VERSION}
4040
./gradlew -Pversion=${VERSION} publish -x check -x test --continue
4141
- name: Create Release Tag
4242
run: |

0 commit comments

Comments
 (0)