Skip to content

Commit a2a10aa

Browse files
committed
fix missing dots
1 parent e36d201 commit a2a10aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/autorelease-default-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
INSTALL_AUTORELEASE="python -m pip install autorelease==0.2.3"
1+
INSTALL_AUTORELEASE="python -m pip install autorelease==0.2.6"
22
if [ -f autorelease-env.sh ]; then
33
source autorelease-env.sh
44
fi

.github/workflows/autorelease-prep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
python-version: "3.x"
5454
- run: | # TODO: move this to an action
5555
source ./.github/workflows/autorelease-default-env.sh
56-
if [ -f ".autorelease/test-testpypi.sh" ]; then
57-
source ./autorelease/test-testpypi.sh
56+
if [ -f "./.autorelease/test-testpypi.sh" ]; then
57+
source ./.autorelease/test-testpypi.sh
5858
elif [ -f "autorelease-env.sh" ]; then
5959
cat autorelease-env.sh >> $GITHUB_ENV
6060
fi

0 commit comments

Comments
 (0)