Skip to content

Commit

Permalink
Added FulmiCollection dependency.
Browse files Browse the repository at this point in the history
Added Java 8 compatibility.
Fixed Main-Class attribute in MANIFEST.MF.
Created own PreventSaving annotation.
Added automatic release GitHub action.
Added ReflectionsUtil library (TEMPORARY).
  • Loading branch information
Fulminazzo committed Dec 22, 2023
1 parent 17f1a7b commit ff7754b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,4 @@ jobs:
# Message specified in the commit
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
run: |
version=$(grep -Po "(?<=version = (\"|'))([^'\"]+)" build.gradle) && \
java -jar build/libs/$REPOSITORY_NAME-$version.jar && \
test "$(gh release list | grep -F "$version")" != "" && gh release delete "$version" && gh api repos/:owner/:repo/git/refs/tags/${version} -X DELETE; \
gh release create "$version" \
--repo="$GITHUB_REPOSITORY" \
--title="$REPOSITORY_NAME $version" \
--notes="$COMMIT_MESSAGE" \
--latest build/libs/$REPOSITORY_NAME-$version.jar
curl https://raw.githubusercontent.com/Fulminazzo/AutomaticRelease/main/release.sh | bash

0 comments on commit ff7754b

Please sign in to comment.