Skip to content

Commit 78d261d

Browse files
ci: skip verifyRelease in prepare-release dry-run
1 parent 5980ce6 commit 78d261d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
run: |
4141
# Run semantic-release with dry-run to detect version
42-
NEXT_VERSION=$(npx semantic-release --dry-run --verify-conditions false | tee /dev/stderr | awk '/The next release version is/{print $NF}')
42+
NEXT_VERSION=$(npx semantic-release --dry-run --verify-conditions false --verify-release false 2>&1 | tee /dev/stderr | awk '/The next release version is/{print $NF}')
4343
echo "next=$NEXT_VERSION" >> $GITHUB_OUTPUT
4444
4545
- name: Update package.json

0 commit comments

Comments
 (0)