Skip to content

Commit cdaae92

Browse files
Add workflow files to release
1 parent bc5a67f commit cdaae92

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/buildJavaApplication.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
contents: read
12+
contents: write
1313
packages: write
1414
steps:
1515
- uses: actions/checkout@v4
@@ -23,3 +23,10 @@ jobs:
2323
with:
2424
name: Package
2525
path: staging
26+
27+
- uses: softprops/action-gh-release@v1
28+
with:
29+
files: |
30+
target/*.jar
31+
env:
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)