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