Skip to content

Commit

Permalink
chore: fix semantic release workflow (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamagalhaes authored Oct 15, 2024
1 parent 52e4438 commit 97a5069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: ${{ !inputs.dry-run }}

- name: Publish package distributions to GitHub Releases
with:
env:
GH_TOKEN: ${{ secrets.PROJECT_AND_REPO_PAT }}
run: |
poetry run semantic-release --strict -vv $([ "${{ inputs.dry-run }}" == "true" ] && echo "--noop") publish --tag ${{ steps.release.outputs.tag }}

0 comments on commit 97a5069

Please sign in to comment.