From e99b12aeedffebc296dd822f956e09367a2fe333 Mon Sep 17 00:00:00 2001 From: FantasticFiasco Date: Sun, 24 Mar 2024 23:32:06 +0100 Subject: [PATCH] wip --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d9944d7e..3e6aed19 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -32,7 +32,7 @@ jobs: script: | const owner = context.repo.owner; const repo = context.repo.repo; - const tag_name = context.ref.replace(/\/refs\/tags\//, ''); + const tag_name = context.ref.replace(/refs\/tags\//, ''); github.rest.repos.createRelease({ owner,