From cc30f29ff88e1ba8948820f18dd630a5ade78e8a Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Sun, 4 May 2025 11:42:19 -0400 Subject: [PATCH] needs this way i guess? --- .forgejo/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index c50892b..a046950 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -1,9 +1,9 @@ name: publish on: - release: - types: [created] - + push: + tags: + - 'v*' jobs: build: runs-on: docker