Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed May 28, 2021
1 parent a7e1a23 commit 6904312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
fail_on_unmatched_files: true
files: |
toolbelt/build/libs/toolbelt-*.jar
toolbelt-groovy/build/libs/toolbelt-*.jar
Expand All @@ -33,4 +34,3 @@ jobs:
toolbelt-snakeyaml/build/libs/toolbelt-*.jar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
fail_on_unmatched_files: true

0 comments on commit 6904312

Please sign in to comment.