From a134e8293228a09f1a73d99095c04fcf302c7126 Mon Sep 17 00:00:00 2001 From: hyp3r00t Date: Wed, 17 Jul 2024 16:54:14 +0530 Subject: [PATCH] ci testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd5461f..4d40a7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: id: create_release uses: ncipollo/release-action@v1 with: - tag: v${{ github.ref }} + tag: v${{ github.ref_name }} name: Release ${{ github.ref }} artifacts: ./*.vsix draft: false