Skip to content

Commit ae25f39

Browse files
chore: remove irrelevant workflow step
1 parent 74a9ca2 commit ae25f39

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/publish_github_package.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@v4
3232

33-
- name: Update package.json version
34-
if: startsWith(github.ref, 'refs/tags/')
35-
run: |
36-
TAG_VERSION=${GITHUB_REF#refs/tags/}
37-
echo "Updating package.json version to $TAG_VERSION"
38-
npm version "$TAG_VERSION" --no-git-tag-version
39-
4033
- name: Prepare
4134
run: |
4235
platform=${{ matrix.platform }}

0 commit comments

Comments
 (0)