diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b83492a..2fe1464 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,12 +6,13 @@ name: Release on: push: - branches: - - master +# branches: +# - master tags: - 'v[0-9]+.[0-9]+.[0-9]+' - - workflow_dispatch: + +# This will not work because of naming conflict, version will already exist. +# workflow_dispatch: jobs: build-and-publish: