Skip to content

Commit

Permalink
fix: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw committed Mar 27, 2023
1 parent f77f385 commit 00a0c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
export CURRENT=$(semantic-release print-version --current)
export VERSION=$(semantic-release print-version)
if [ "$CURRENT" != "$VERSION" ]; then
GH_TOKEN=${{ GITHUB_TOKEN }} PYPI_TOKEN=${{ secrets.PYPI_TOKEN }} semantic-release publish
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} PYPI_TOKEN=${{ secrets.PYPI_TOKEN }} semantic-release publish
DOCKER_TOKEN=${{ secrets.DOCKER_TOKEN }} TAG=$VERSION ./docker_push.sh
fi

0 comments on commit 00a0c16

Please sign in to comment.