We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cedca commit 9b246a7Copy full SHA for 9b246a7
.github/workflows/publish.yaml
@@ -214,12 +214,12 @@ jobs:
214
215
- name: Tag and Release
216
if: ${{ steps.release_type.outputs.publish_gh_release == 'true' }}
217
- uses: softprops/action-gh-release@v0.1.15
+ uses: softprops/action-gh-release@v2
218
with:
219
body_path: CHANGELOG.md
220
tag_name: ${{ steps.versioning.outputs.version_tag }}
221
files: |
222
- build/libs/*
+ */build/libs/ProjectRed-*.jar
223
CHANGELOG.md
224
CHANGELOG.txt
225
@@ -247,6 +247,6 @@ jobs:
247
248
name: project-red-${{ steps.versioning.outputs.version }}
249
path: |
250
- '*/build/libs/ProjectRed-*.jar'
251
252
0 commit comments