Skip to content

Commit d0133ab

Browse files
committed
fix: add npx semantic-release --dry-run --no-ci
1 parent 1e2f43f commit d0133ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/versionBump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
- name: Get next version
4040
id: next_version
4141
run: |
42-
echo "NEXT_VERSION=$(npx semantic-release --dry-run | awk '/The next release version is/{print $NF}')" >> $GITHUB_ENV
42+
echo "NEXT_VERSION=$(npx semantic-release --dry-run --no-ci | awk '/The next release version is/{print $NF}')" >> $GITHUB_ENV
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.PAT }}
4545

0 commit comments

Comments
 (0)