From 30d07fde464881e6892a19c23f9f6b6ec51b65a2 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Tue, 15 Oct 2024 17:46:17 +0200 Subject: [PATCH] add release-tag action with prefix matching --- .forgejo/workflows/release-tag/web.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/release-tag/web.yaml b/.forgejo/workflows/release-tag/web.yaml index 6064874..e2b0866 100644 --- a/.forgejo/workflows/release-tag/web.yaml +++ b/.forgejo/workflows/release-tag/web.yaml @@ -41,7 +41,8 @@ jobs: echo "VERSION_NUMBER=$VERSION_NUMBER" >> $GITHUB_ENV - name: Print the version number (for debugging) - run: echo "Version number: ${{ env.VERSION_NUMBER }}" + run: | + echo "Version number: ${{ env.VERSION_NUMBER }}" - name: Docker Build uses: https://github.com/docker/build-push-action@v4