diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index 9c87c36..6d86021 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -12,19 +12,16 @@ 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 run: npm -g i @vscode/vsce - - name: Build Package Files - run: npm run package - - name: Publish to Visual Studio Marketplace - uses: HaaLeo/publish-vscode-extension@v1 - with: - pat: ${{ secrets.VSCODE_MARKETPALCE }} - registryUrl: https://marketplace.visualstudio.com + run: ${{ gitea.tag_name }} + # - name: Build Package Files + # run: npm run package + # - name: Publish to Visual Studio Marketplace + # uses: HaaLeo/publish-vscode-extension@v1 + # with: + # pat: ${{ secrets.VSCODE_MARKETPALCE }} + # registryUrl: https://marketplace.visualstudio.com \ No newline at end of file