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 1f6dd90 commit 81368aaCopy full SHA for 81368aa
.github/workflows/release.yml
@@ -42,6 +42,10 @@ jobs:
42
- name: Build Lambda
43
run: ./gradlew build
44
45
+ - name: Publish release to maven
46
+ id: upload
47
+ run: ./gradlew publish -PmavenType=release -PmavenUsername=${{ secrets.MAVEN_USER }} -PmavenPassword=${{ secrets.MAVEN_TOKEN }}
48
+
49
- name: Create Release
50
uses: softprops/action-gh-release@v2.0.8
51
with:
0 commit comments