feat: Auto publish to Github Packages on tag (#31)
All checks were successful
Build & test the project / build (21) (push) Successful in 16m22s
Build & test the project / build (8) (push) Successful in 16m30s
Build & test the project / build (17) (push) Successful in 16m44s
Build & test the project / build (11) (push) Successful in 16m55s

This commit is contained in:
2023-12-28 03:32:33 +01:00
committed by GitHub
parent 7c7ca1742b
commit 13e719d1fb
2 changed files with 35 additions and 39 deletions

View File

@ -8,9 +8,9 @@
name: Gradle Package
on:
release:
types:
- created
push:
tags:
- v*
jobs:
build:
@ -41,4 +41,4 @@ jobs:
arguments: publish
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
TOKEN: ${{ secrets.REPO_TOKEN }}