diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68acf31..f8b05c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,10 @@ name: Release on: - push: - tags: - - 'v*.*.*' + workflow_dispatch: + inputs: + tag: + description: Git tag to build release from + required: true permissions: id-token: write # This is required for requesting the JWT contents: read # This is required for actions/checkout