From 008fcf073ee50d0016fc1d90a015d05acee8665f Mon Sep 17 00:00:00 2001 From: reibitto Date: Tue, 26 Mar 2024 16:34:37 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad28bcf..ca03719 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,10 @@ name: Release on: push: - branches: [master, main] + branches: + - master + - main + - snapshot/ tags: ["*"] jobs: publish: @@ -20,4 +23,4 @@ jobs: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} PGP_SECRET: ${{ secrets.PGP_SECRET }} SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} - SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} \ No newline at end of file + SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}