Skip to content

Commit

Permalink
WIP dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
id-ilych committed May 28, 2024
1 parent fc651e9 commit 8df6be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
# if the version starts with 'pre' then use 'next' as a distribution tag, otherwise use 'latest'
- name: Publish packages
run: |
yarn lerna publish from-git \
echo yarn lerna publish from-git \
--dist-tag ${{ startsWith(inputs.version, 'pre') && 'next' || 'latest' }} \
--yes

0 comments on commit 8df6be5

Please sign in to comment.