Skip to content

Commit 81368aa

Browse files
committed
Publish on tag creation
1 parent 1f6dd90 commit 81368aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
- name: Build Lambda
4343
run: ./gradlew build
4444

45+
- name: Publish release to maven
46+
id: upload
47+
run: ./gradlew publish -PmavenType=release -PmavenUsername=${{ secrets.MAVEN_USER }} -PmavenPassword=${{ secrets.MAVEN_TOKEN }}
48+
4549
- name: Create Release
4650
uses: softprops/action-gh-release@v2.0.8
4751
with:

0 commit comments

Comments
 (0)