From ab269878d81ea58563dec0cb8fb7079dab202693 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 8 Jan 2025 20:46:23 +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 f298df5..25615e6 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 + git push origin HEAD:main - name: Publish to Visual Studio Marketplace run: vsce publish env: