Fix workflow: Use version from package.json instead of tag

This commit is contained in:
B Harper
2025-11-18 13:40:48 +11:00
parent c2129cb3ed
commit 164b6b9f1e
-5
View File
@@ -24,11 +24,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Update version from tag
run: |
VERSION=${GITHUB_REF#refs/tags/v}
npm version $VERSION --no-git-tag-version
- name: Package extension
run: |