Skip to content

Commit

Permalink
fix: Fix semantic-release --noop parameter order
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw committed Aug 25, 2023
1 parent 35ac16f commit 611218a
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:
run: |
git config --global user.email "andrewjwilkinson@gmail.com"
git config --global user.name "Andrew Wilkinson"
export VERSION=$(semantic-release version --noop)
export VERSION=$(semantic-release --noop version)
if [ ! -z "$VERSION" ]; then
semantic-release version
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} PYPI_TOKEN=${{ secrets.PYPI_TOKEN }} semantic-release publish
Expand Down

0 comments on commit 611218a

Please sign in to comment.