Skip to content

Commit

Permalink
chore: try versoin
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdalton committed May 30, 2024
1 parent eea7aab commit 877c3c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
run: echo "Hello ${{ github.sha }} "
- name: lerna branch
run: git rev-parse --abbrev-ref HEAD
- name: test lerna version
run: npx lerna version --conventional-commits --conventional-prerelease --exact --force-publish --preid prerelease-$(date +%Y%m%dT%H%M)-$(git rev-parse HEAD | cut -c1-7) --no-changelog --no-push --no-private --no-git-tag-version --no-push --yes --allow-branch feature/publish-manual-workflow

0 comments on commit 877c3c3

Please sign in to comment.