We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582fda5 commit 76efd0cCopy full SHA for 76efd0c
gh-actions/github/release/tests/dry-run.test.yml
@@ -116,8 +116,8 @@ after:
116
fi
117
118
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'"
+ if [[ "$VERSION_CONTENT" != "1.2.4-dev" ]]; then
+ echo "✗ Error: Expected version '1.2.4-dev', got '$VERSION_CONTENT'"
121
exit 1
122
123
echo "✓ Version file updated to next dev version"
0 commit comments