Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Made By IToncek authored Mar 30, 2024
1 parent 5524572 commit c93bb18
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,3 @@ jobs:
run: mvn clean package
env:
TIME: "${{ steps.time.outputs.time }}"
- run: |
rm target/original-*.jar
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build, created at ${{ github.event.repository.updated_at}}"
files: |
target/*.jar

0 comments on commit c93bb18

Please sign in to comment.