Update .gitea/workflows/build_and_puplish.yml
/ build_and_publish (push) Failing after 19s

This commit is contained in:
2025-01-08 08:52:11 +00:00
parent 896f27145c
commit 42ed3b87ef
+1 -4
View File
@@ -20,12 +20,9 @@ jobs:
run: npm i
- name: Install VSCE
run: npm -g i @vscode/vsce
- name: Extract tag name
run: echo "TAG_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: Update package.json version
run: |
TAG_NAME=${GITHUB_ENV##*/}
TAG_NAME=${{ github.ref_name }}
npm version --no-git-tag-version $TAG_NAME
- name: Commit changes
run: |