Skip to content

Commit

Permalink
Publish from-git then prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhermoso committed Jul 21, 2023
1 parent cad05b4 commit 2f81c8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
scope: '@kedyou'
- name: Build and publish
run: |
npm version --no-git-tag-version --pre-id="kedyou" prepatch
npm version --no-git-tag-version from-git
npm version --no-git-tag-version --pre-id="kedyou" prerelease
npm ci
npm publish
env:
Expand Down

0 comments on commit 2f81c8c

Please sign in to comment.