Skip to content

Commit

Permalink
πŸ™ Useless lol
Browse files Browse the repository at this point in the history
  • Loading branch information
DasLixou committed Apr 25, 2022
1 parent 44a0407 commit da4caff
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
name: "Build Artifact"
name: "Build and Release Artifact"
runs-on: "ubuntu-latest"

steps:
Expand All @@ -20,14 +20,7 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: './gradlew clean shadowJar'
release:
name: "Release Artifact"
runs-on: "ubuntu-latest"
needs: build

steps:
- uses: actions/checkout@v2
- name: GitHub Release
- name: Make Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit da4caff

Please sign in to comment.