Skip to content

Commit 85a9cd2

Browse files
committed
Fixed typo in preview logic
1 parent 30e8223 commit 85a9cd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
if curl -s -f https://test.pypi.org/pypi/socketsecurity/$VERSION/json > /dev/null; then
4242
echo "Version ${VERSION} already exists on Test PyPI"
43-
echo "exists=true" >> $GITHUB_`OUTPUT
43+
echo "exists=true" >> $GITHUB_OUTPUT
4444
else
4545
echo "Version ${VERSION} not found on Test PyPI"
4646
echo "exists=false" >> $GITHUB_OUTPUT

socketsecurity/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.0.21'
2+
__version__ = '2.0.22'

0 commit comments

Comments
 (0)