Skip to content

Commit 9b7b5f3

Browse files
committed
cleanup
1 parent bfdab72 commit 9b7b5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/post-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
VERSION=$(ls dist/*.tar.gz | rev | cut -d'-' -f 1 | rev | sed 's/.tar.gz//g')
6868
echo "VERSION=$VERSION" >> $GITHUB_ENV
6969
else
70-
echo "VERSION={VERSION" >> $GITHUB_ENV
70+
echo "VERSION=$VERSION" >> $GITHUB_ENV
7171
fi
7272
- name: Create detached signature for dist files
7373
uses: mongodb-labs/drivers-github-tools/gpg-sign@v2

0 commit comments

Comments
 (0)