diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3528885..fc85297 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,8 @@ name: Build and publish to Puppet Forge on: - push: - tags: - - [0-9]+.[0-9]+.[0-9]+ + release: + types: [published] jobs: build: