Skip to content

Commit

Permalink
chore: Fix workflow to use semantic-release v8 command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw authored Jul 31, 2023
1 parent 1eec146 commit e5b6d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Andrew Wilkinson"
export VERSION=$(semantic-release print-version)
export VERSION=$(semantic-release --noop version --print)
if [ ! -z "$VERSION" ]; then
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} REPOSITORY_USERNAME=__token__ REPOSITORY_PASSWORD="${{ secrets.PYPI_TOKEN }}" semantic-release publish
fi
Expand Down

0 comments on commit e5b6d44

Please sign in to comment.