Skip to content

Commit

Permalink
fix: typo in version workflow (#41)
Browse files Browse the repository at this point in the history
Typo in the workflow yaml
  • Loading branch information
abid-mujtaba authored Nov 12, 2023
1 parent 75b7cad commit 0f18bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# GH_TOKEN: ${{ secrets.PAT }}

- name: Semantic Release Version
run: python-semantic-release/python-semantic-release@v8.3.0
uses: python-semantic-release/python-semantic-release@v8.3.0
with:
github_token: ${{ secrets.PAT }}
skip_build: true

0 comments on commit 0f18bbb

Please sign in to comment.