Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit ded5ab3

Browse files
committed
&&
1 parent fc98219 commit ded5ab3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/commitTest.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
- name: Add client_secret_desktop.json
1919
run: mkdir assets/gdrive && echo ${{ secrets.CLIENT_SECRET_DESKTOP }} > assets/gdrive/client_secret_desktop.json
2020
- name: Build mod jar
21-
run: |
22-
echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
23-
./gradlew deploy
21+
run: ./gradlew deploy
2422
- name: Upload built jar file
2523
uses: actions/upload-artifact@v2
2624
with:
@@ -31,4 +29,4 @@ jobs:
3129
with:
3230
repo_token: ${{ secrets.GITHUB_TOKEN }}
3331
file: build/libs/${{ github.event.repository.name }}.jar
34-
tag: ${{ github.ref }}
32+
tag: ${{ github.run_number }}

0 commit comments

Comments
 (0)