Skip to content

Commit 4bb09b2

Browse files
authored
Update gradle-publish-jitpack.yml
1 parent 9732dd3 commit 4bb09b2

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/gradle-publish-jitpack.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,6 @@ jobs:
1717
with:
1818
fetch-depth: 0 # JitPack需要完整的git历史记录
1919

20-
# 添加执行权限
21-
- name: Make gradlew executable
22-
run: chmod +x gradlew
23-
24-
- name: Set up JDK
25-
uses: actions/setup-java@v3
26-
with:
27-
distribution: 'temurin'
28-
java-version: '17'
29-
30-
- name: Set up Android SDK
31-
uses: android-actions/setup-android@v2
32-
3320
- name: Verify Release Tag
3421
id: verify-tag
3522
run: |
@@ -40,9 +27,6 @@ jobs:
4027
fi
4128
echo "Valid tag: ${{ github.event.release.tag_name }}"
4229
43-
- name: Build with Gradle
44-
run: ./gradlew build
45-
4630
- name: Trigger JitPack build
4731
env:
4832
JITPACK_TOKEN: ${{ secrets.JITPACK_TOKEN }}

0 commit comments

Comments
 (0)