Skip to content

Commit

Permalink
Lagt til publish for å publisere hvert bibliotek
Browse files Browse the repository at this point in the history
  • Loading branch information
blommish committed Aug 25, 2023
1 parent 628b5a2 commit 1095371
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ jobs:
draft: false
prerelease: false

- name: Publish
uses: gradle/gradle-build-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
arguments: -Pversion=${{ env.RELEASE_TAG }} publish

- name: Post release failures to Slack
if: failure()
run: |
Expand Down

0 comments on commit 1095371

Please sign in to comment.