Update .gitea/workflows/build_and_puplish.yml

This commit is contained in:
2025-01-08 07:37:22 +00:00
parent b64abf40a1
commit 2eec0ad3d9
+8 -11
View File
@@ -12,19 +12,16 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 20
- name: "Automated Version Bump"
uses: "phips28/gh-action-bump-version@master"
with:
tag-prefix: ''
- name: Install NPM - name: Install NPM
run: npm i run: npm i
- name: Install VSCE - name: Install VSCE
run: npm -g i @vscode/vsce run: npm -g i @vscode/vsce
- name: Build Package Files run: ${{ gitea.tag_name }}
run: npm run package # - name: Build Package Files
- name: Publish to Visual Studio Marketplace # run: npm run package
uses: HaaLeo/publish-vscode-extension@v1 # - name: Publish to Visual Studio Marketplace
with: # uses: HaaLeo/publish-vscode-extension@v1
pat: ${{ secrets.VSCODE_MARKETPALCE }} # with:
registryUrl: https://marketplace.visualstudio.com # pat: ${{ secrets.VSCODE_MARKETPALCE }}
# registryUrl: https://marketplace.visualstudio.com