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 6bde2f7 commit b5e171bCopy full SHA for b5e171b
.github/workflows/build-and-publish.yml
@@ -15,6 +15,9 @@ env:
15
PREVIEW_TASK: publishSnapshotPublicationToSonatypeSnapshotRepository
16
PUBLISH_TASK: publishMavenCentralReleasePublicationToSonatypeRepository
17
18
+permissions:
19
+ contents: write
20
+
21
jobs:
22
maven_Preview:
23
if: ${{ github.ref == 'refs/heads/main' }}
@@ -94,4 +97,11 @@ jobs:
94
97
gradle.properties
95
98
**/gradle/**
96
99
Scripts/**
100
+ - name: Github Release
101
+ uses: softprops/action-gh-release@v2
102
+ with:
103
+ token: ${{ secrets.GITHUB_TOKEN }}
104
+ fail_on_unmatched_files: true
105
+ files: |
106
+ build/**/*.jar
107
.github/workflows/git-release.yml
0 commit comments