Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBoll committed Nov 21, 2023
1 parent ad01187 commit b74c7a0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
run: |
pnpm i --frozen-lockfile
# pnpm audit
#- name: Prepare publish
# run: |
# pnpm run preparePublish

- name: versioning
run: /bin/bash -c "echo 'yes' | pnpm exec lerna version minor | echo 'yes' && echo 'yes'"
run: pnpm exec lerna version minor -y"
# -y
# peer dependencies alles mit JSON Forms updaten
# z.B mit node scrips

0 comments on commit b74c7a0

Please sign in to comment.