Skip to content
Snippets Groups Projects
Commit 3c8d25dd authored by Griefed's avatar Griefed :joystick:
Browse files

fix: Fix release on GitHub

parent 5d8cf865
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ jobs: ...@@ -59,7 +59,7 @@ jobs:
echo "New version: ${NEW_VERSION}" echo "New version: ${NEW_VERSION}"
echo "Github username: ${GITHUB_ACTOR}" echo "Github username: ${GITHUB_ACTOR}"
./gradlew about ./gradlew about
./gradlew -Pversion=${NEW_VERSION} --info -x test ./gradlew -Pversion=${NEW_VERSION} publish --info -x test
- name: List files - name: List files
run: ls -ahl build/libs run: ls -ahl build/libs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment