There was an error while loading. Please reload this page.
1 parent bc7c44e commit a9a84e0Copy full SHA for a9a84e0
1 file changed
.github/workflows/main.yml
@@ -61,6 +61,9 @@ jobs:
61
- name: Checkout code
62
uses: actions/checkout@v6
63
64
+ - name: Common Setup
65
+ uses: ./.github/actions/common-setup
66
+
67
- name: Publish with Gradle
68
run: ./gradlew -Pver="0.0.0-RC-1" release
69
0 commit comments