Skip to content

Commit 8188d88

Browse files
committed
chore: fix release script
1 parent e0e5106 commit 8188d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TAG_NAME="v$VERSION"
1313
LAST_TAG=`git describe --abbrev=0`
1414

1515

16-
cat pact/__version__.py | sed "s/__version__ = .*/__version__ = '${VERSION}'/" > tmp-version
16+
cat pact/__version__.py | sed "s/__version__ = .*/__version__ = '${VERSION}'/" > tmp-version
1717
mv tmp-version pact/__version__.py
1818

1919
echo "Releasing $TAG_NAME"

0 commit comments

Comments
 (0)