diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 820e5e0..9b111a3 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -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: |