From 8b44b41d68ceb29fce7967c15513e13a80ac04db Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 3 Aug 2025 19:35:31 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_puplish.yml --- .gitea/workflows/build_and_puplish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index 04520fb..6c2a1f7 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -1,7 +1,8 @@ on: push: - tags: - - "*" + - "main" + #tags: + # - "*" jobs: build_and_publish: runs-on: ubuntu-latest @@ -36,7 +37,7 @@ jobs: git commit -m "Update version to ${{ github.ref_name }}" git push origin HEAD:main - name: Publish to Visual Studio Marketplace - run: vsce publish + run: vsce pack env: VSCE_PAT: ${{ secrets.VSCODE_MARKETPALCE }} - name: Upload VSIX to Release