Skip to content

Commit

Permalink
ci: possibly fix semantic release GH publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Aug 19, 2024
1 parent a56551f commit 7cba579
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.8

- name: Semantic Release
uses: python-semantic-release/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
force: patch
vcs_release: true

0 comments on commit 7cba579

Please sign in to comment.