Skip to content

Commit

Permalink
redefine build job
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszm authored Nov 23, 2022
1 parent 409ef9c commit b02bb4e
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/maven_build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,12 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
release:
name: "Release"
runs-on: ubuntu-latest

steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
draft: true
title: "Release $GITHUB_REF_NAME"
files: |
LICENSE.txt
blender-all-in.jar
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
draft: true
title: "Release $GITHUB_REF_NAME"
files: |
LICENSE
target/blender-all-in.jar

0 comments on commit b02bb4e

Please sign in to comment.