Skip to content

Commit

Permalink
ci: publish action v2
Browse files Browse the repository at this point in the history
  • Loading branch information
josex2r committed Feb 1, 2022
1 parent 4c8a136 commit 545c9ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
- name: Python Semantic Release
uses: relekang/python-semantic-release@master
with:
Expand Down

0 comments on commit 545c9ac

Please sign in to comment.