From dc45ef752b8a10073df275d37a01871f041c0c80 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 8 Jan 2025 20:44:20 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_puplish.yml --- .gitea/workflows/build_and_puplish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index e9066eb..f298df5 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -30,7 +30,7 @@ jobs: git config user.email "${{ vars.EMAIL_GIT }}" git add package.json git commit -m "Update version to ${{ github.ref_name }}" - git push origin HEAD + git push - name: Publish to Visual Studio Marketplace run: vsce publish env: