chore: oops

This commit is contained in:
Evo
2022-08-12 11:01:25 +05:30
committed by GitHub
parent 3fa93bd903
commit f9aa2c3d20

View File

@@ -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: