Skip to content

Commit

Permalink
script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszm committed Dec 8, 2022
1 parent b06775c commit 5935d62
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/maven_build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
draft: true
title: "Release $GITHUB_REF_NAME"
files: |
LICENSE
target/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 5935d62

Please sign in to comment.