Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 9, 2023
2 parents 1b398f2 + 7c774f8 commit b838913
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-npm-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
packages/common/dist
retention-days: 5

- name: 🧪 Lerna Version 🏷️
- name: 🧪 Lerna Version (dry-run) 🏷️
if: ${{ inputs.dryrun == true }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -114,6 +114,7 @@ jobs:
pnpm exec lerna version prerelease --conventional-commits --conventional-prerelease --preid ${{ inputs.tag }} --force-publish --yes
- name: OTP
if: ${{ inputs.dryrun == true }}
uses: step-security/wait-for-secrets@v1
id: wait-for-secrets
with:
Expand Down

0 comments on commit b838913

Please sign in to comment.