From 4a2fc91df11d7dc3f0f2536739553495754e7b2b Mon Sep 17 00:00:00 2001 From: KillariDev Date: Fri, 26 Jan 2024 10:32:23 +0200 Subject: [PATCH] make versioning "vx" instead of "x.y.z --- .github/workflows/ipfs-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ipfs-deploy.yml b/.github/workflows/ipfs-deploy.yml index eef2973e348..3ed126ed8e2 100644 --- a/.github/workflows/ipfs-deploy.yml +++ b/.github/workflows/ipfs-deploy.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: push: tags: - - 'v\d+\.\d+\.\d+' + - 'v\d+' # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: