diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d236e2..65dfddd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,10 @@ name: Publish and Release on: - push: - tags: - - "v*" + workflow_run: + workflows: ["Determine Next Version and Tag"] + types: + - completed jobs: publish: