Skip to content

Commit 76efd0c

Browse files
committed
gh-actions/
1 parent 582fda5 commit 76efd0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gh-actions/github/release/tests/dry-run.test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ after:
116116
fi
117117
118118
VERSION_CONTENT=$(cat /tmp/test-version-dry-run.txt)
119-
if [[ "$VERSION_CONTENT" != "1.3.0-dev" ]]; then
120-
echo "✗ Error: Expected version '1.3.0-dev', got '$VERSION_CONTENT'"
119+
if [[ "$VERSION_CONTENT" != "1.2.4-dev" ]]; then
120+
echo "✗ Error: Expected version '1.2.4-dev', got '$VERSION_CONTENT'"
121121
exit 1
122122
fi
123123
echo "✓ Version file updated to next dev version"

0 commit comments

Comments
 (0)