Skip to content

Commit

Permalink
ci(workflows.cd): unbound python-semantic-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed May 6, 2024
1 parent 2d832e3 commit 5f26bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
id: install-dependencies
run: |
python -m pip install -U pip setuptools poetry twine
python -m poetry install --only main --only ci
python -m poetry install --only main
- name: Semantic release
id: semantic-release
uses: python-semantic-release/python-semantic-release@v9.5.0
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GH_TOKEN }}

Expand Down

0 comments on commit 5f26bed

Please sign in to comment.