From 6a58dd018fbcbd6c53b0aad2deb2f00172efa93e Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 8 Jan 2025 07:54:52 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_puplish.yml --- .gitea/workflows/build_and_puplish.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index 1f1ff60..58432ce 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -1,7 +1,9 @@ on: push: - tags: - - '*' + branches: + - main + # tags: + # - '*' jobs: build_and_publish: runs-on: ubuntu-latest @@ -17,7 +19,7 @@ jobs: # - name: Install VSCE # run: npm -g i @vscode/vsce - name: Tag Name - run: echo ${{ gitea.tag_name }} + run: echo ${{ gitea.tag }} # - name: Build Package Files # run: npm run package # - name: Publish to Visual Studio Marketplace