From da5fee60d1f27a84199fe9ef6c07dd3eba52c9b7 Mon Sep 17 00:00:00 2001 From: Paul de Vrieze Date: Thu, 14 Dec 2023 12:23:04 +0000 Subject: [PATCH] Tidy up automatic packaging of version tags as release created is late. --- .github/workflows/deploy-to-packages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-packages.yml b/.github/workflows/deploy-to-packages.yml index 1264a632b..b0973acad 100644 --- a/.github/workflows/deploy-to-packages.yml +++ b/.github/workflows/deploy-to-packages.yml @@ -1,10 +1,10 @@ name: Create and publish a package on: - release: - types: [ created ] push: branches: - 'dev' + tags: + - 'v[0-9]*' workflow_dispatch: jobs: create-staging-repository: