Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fzimmermann89 committed Apr 20, 2021
1 parent 42ecbf4 commit 6b7a596
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
VERSION=$(echo $GITHUB_REF | sed 's#refs/tags/##')
echo "$VERSION"
PLACEHOLDER="develop"'
PLACEHOLDER="develop"
VERSION_FILE='idi/__init__.py'
grep "__version__.*$PLACEHOLDER" "$VERSION_FILE"
sed -Ei "s/(__version__ ?=.*)-$PLACEHOLDER/\1-$VERSION/g" "$VERSION_FILE"
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
VERSION=$(echo $GITHUB_REF | sed 's#refs/tags/##')
echo "$VERSION"
PLACEHOLDER="develop"'
PLACEHOLDER="develop"
VERSION_FILE='idi/__init__.py'
grep "__version__.*$PLACEHOLDER" "$VERSION_FILE"
sed -Ei "s/(__version__ ?=.*)-$PLACEHOLDER/\1-$VERSION/g" "$VERSION_FILE"
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
run: |
VERSION=$(echo $GITHUB_REF | sed 's#refs/tags/##')
echo "$VERSION"
PLACEHOLDER="develop"'
PLACEHOLDER="develop"
VERSION_FILE='idi/__init__.py'
grep "__version__.*$PLACEHOLDER" "$VERSION_FILE"
sed -Ei "s/(__version__ ?=.*)-$PLACEHOLDER/\1-$VERSION/g" "$VERSION_FILE"
Expand Down

0 comments on commit 6b7a596

Please sign in to comment.