Skip to content

Commit 232ffd7

Browse files
committed
Update git release workflow
1 parent 3edec49 commit 232ffd7

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/git-release.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,10 @@ jobs:
2323
name: drop
2424
path: drop
2525
- name: Github Release
26-
uses: anton-yurchenko/[email protected]
27-
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
29-
DRAFT_RELEASE: "false"
30-
PRE_RELEASE: "false"
31-
CHANGELOG_FILE: "CHANGELOG.md"
32-
ALLOW_EMPTY_CHANGELOG: "true"
26+
uses: softprops/action-gh-release@v2
27+
if: startsWith(github.ref, 'refs/tags/')
3328
with:
34-
args: |
29+
token: ${{ secrets.GITHUB_TOKEN }}
30+
fail_on_unmatched_files: true
31+
files: |
3532
drop/build/**/*.jar

0 commit comments

Comments
 (0)