Skip to content

Commit cead532

Browse files
authored
chore: skip bump only releases (#277)
1 parent bacf475 commit cead532

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ jobs:
7979
'refs/heads/master'
8080
run: |
8181
yarn lerna publish \
82+
--message "chore(release): bump version to %v" \
83+
--skip-bump-only-releases \
8284
--conventional-commits \
8385
--create-release github \
84-
--message "chore(release): bump version to %v" \
8586
--yes --no-private \
8687
--tag-version-prefix ""
8788
@@ -144,6 +145,7 @@ jobs:
144145
run: |
145146
yarn lerna publish 0.0.0-development-$(git rev-parse --short=7 HEAD)-$(date +%Y%m%d) \
146147
--message "chore(release): bump version to %v" \
148+
--skip-bump-only-releases \
147149
--yes --no-private \
148150
--tag-version-prefix "" \
149151
--dist-tag development

0 commit comments

Comments
 (0)