Skip to content

Commit 1095371

Browse files
committed
Lagt til publish for å publisere hvert bibliotek
1 parent 628b5a2 commit 1095371

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-deploy.yml

+7
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ jobs:
5555
draft: false
5656
prerelease: false
5757

58+
- name: Publish
59+
uses: gradle/gradle-build-action@v2
60+
env:
61+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62+
with:
63+
arguments: -Pversion=${{ env.RELEASE_TAG }} publish
64+
5865
- name: Post release failures to Slack
5966
if: failure()
6067
run: |

0 commit comments

Comments
 (0)