Skip to content

Commit

Permalink
Update main-autorelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DJIronic authored Oct 25, 2022
1 parent e2b8e76 commit 1a97e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
GH_TOKEN: ${{ secrets.REPO_TOKEN }}
run: |
./gradlew build
gh release upload latest proxy/build/libs/*-all.jar -t "GITHUB_JOB" --notes "Built in reaction to $GITHUB_JOB." --clobber
gh release create latest proxy/build/libs/*-all.jar --generate-notes --prerelease

0 comments on commit 1a97e01

Please sign in to comment.