From de11cb716d783344d576ae73c1edb43585cf45be Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 8 Jan 2025 06:31:50 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_puplish.yml --- .gitea/workflows/build_and_puplish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index 2a19fe7..9c87c36 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -12,6 +12,10 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 + - name: "Automated Version Bump" + uses: "phips28/gh-action-bump-version@master" + with: + tag-prefix: '' - name: Install NPM run: npm i - name: Install VSCE