Skip to content

Commit

Permalink
Update gradle_snapshot_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanlorng authored Oct 27, 2024
1 parent eae6a70 commit 63f9bdd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gradle_snapshot_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
ref: update_build_script
- name: Set up JDK 17
uses: actions/setup-java@v4
Expand All @@ -36,9 +37,6 @@ jobs:

- name: PublishToMavenLocal
run: |
git --version
git describe --abbrev=0 --tags
git describe --tags
./gradlew :gallery:assembleRelease
# ./gradlew publishDesktopPublicationToMavenLocal
# ./gradlew publishAndroidReleasePublicationToMavenLocal
Expand Down

0 comments on commit 63f9bdd

Please sign in to comment.