We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edec49 commit 232ffd7Copy full SHA for 232ffd7
.github/workflows/git-release.yml
@@ -23,13 +23,10 @@ jobs:
23
name: drop
24
path: drop
25
- 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"
+ uses: softprops/action-gh-release@v2
+ if: startsWith(github.ref, 'refs/tags/')
33
with:
34
- args: |
+ token: ${{ secrets.GITHUB_TOKEN }}
+ fail_on_unmatched_files: true
+ files: |
35
drop/build/**/*.jar
0 commit comments