Update .gitea/workflows/build_and_puplish.yml

This commit is contained in:
2025-01-08 09:24:27 +00:00
parent 60a008f9f6
commit 52040aa25f
-6
View File
@@ -16,12 +16,6 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 20
- name: Bump Version of package.json
uses: ramonpaolo/bump-version@v2.3.1
with:
tag: ${{ github.ref_name }} # Accessing the context and get the reference_name, that in this case, is the tag that you created(ex: v1.0.0)
commit: false
branch_to_push: 'main'
- name: Install NPM Packages - name: Install NPM Packages
run: npm i run: npm i
- name: Install VSCE - name: Install VSCE