From cde6f91d4a47fb52a0bd30bd091532a01f2b1197 Mon Sep 17 00:00:00 2001 From: tomiles <116039+tomiles@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:01:52 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f296cd4..1254c2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,8 @@ name: release on: push: tags: - - '[0-9]+.[0-9]+.[0-9]+(beta[0-9]+)?' + - '[0-9]+.[0-9]+.[0-9]+' + - '[0-9]+.[0-9]+.[0-9]+-edge[0-9]+' permissions: contents: write @@ -63,4 +64,4 @@ jobs: prerelease: false body_path: CHANGELOG.md files: | - ./plugins/nf-nomad/build/plugin/* \ No newline at end of file + ./plugins/nf-nomad/build/plugin/*