Skip to content

Commit

Permalink
Simplify release action
Browse files Browse the repository at this point in the history
  • Loading branch information
clrxbl authored Aug 11, 2023
1 parent 050d9a2 commit 0a9c961
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ jobs:
env:
NOXCREW_MAVEN_PUBLIC_USERNAME: ${{ secrets.NOXCREW_MAVEN_PUBLIC_USERNAME }}
NOXCREW_MAVEN_PUBLIC_PASSWORD: ${{ secrets.NOXCREW_MAVEN_PUBLIC_PASSWORD }}


- name: Clean up artifacts
run: rm fabric/build/libs/*-sources.jar

- name: Create Draft Release
uses: softprops/action-gh-release@v1
with:
files: fabric/build/libs/noxesium-+([0-9]).+([0-9]).+([0-9a-zA-Z]).jar
files: fabric/build/libs/*.jar
draft: true

0 comments on commit 0a9c961

Please sign in to comment.