From a9515053fa0b79e738eb2ada4e787cd9897000b4 Mon Sep 17 00:00:00 2001 From: Sebastian Tiedtke Date: Thu, 19 Sep 2024 08:02:51 -0700 Subject: [PATCH] Revert since tags cause issues in other repos --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6ccb93d3..d8da3aba5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -408,7 +408,7 @@ jobs: echo "GIT_TAG=$GIT_TAG" >> $GITHUB_ENV - name: GitHub Release - # if: env.EXTENSION_NAME == 'runme' + if: env.EXTENSION_NAME == 'runme' uses: ncipollo/release-action@v1 with: artifacts: "./*.vsix"