Skip to content

Commit

Permalink
fix: Set GH_TOKEN to allow GitHub releases to be updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw committed Mar 27, 2023
1 parent 60d3783 commit f77f385
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
PYPI_TOKEN=${{ secrets.PYPI_TOKEN }} semantic-release publish
GH_TOKEN=${{ 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 f77f385

Please sign in to comment.