From e122c6c91ff71553d85f10bd297919c5b426fcd8 Mon Sep 17 00:00:00 2001 From: 8go <17750857+8go@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:32:23 +0000 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cdd84f..b83492a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,10 +7,15 @@ name: Release on: push: branches: - - main + - master + tags: + - 'v[0-9]+.[0-9]+.[0-9]+' + + workflow_dispatch: jobs: build-and-publish: + name: build and publish runs-on: ubuntu-latest permissions: # IMPORTANT: this permission is mandatory for trusted publishing @@ -31,4 +36,5 @@ jobs: with: skip-existing: true verbose: true + print-hash: true