diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e836ebc..3c1bcd5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,6 @@ jobs: - name: Publish to npm run: | TAG=$(echo 'pr-${{ github.event.inputs.prNumber }}') - VERSION=$(echo '${{github.event.inputs.version}}') npm version premajor --preid "${TAG}.$(git rev-parse --verify --short HEAD)" --git-tag-version=false npm publish --tag ${TAG} env: