diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7ce1021..fa3bddd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: |