Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrodnek committed Sep 8, 2024
1 parent a98a477 commit 476bcbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
run: poetry install --no-interaction

- name: Semantic release
run: poetry run semantic-release publish
run: |
poetry run semantic-release version
poetry run semantic-release publish
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 476bcbb

Please sign in to comment.