mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
chore: oops
This commit is contained in:
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user