Skip to content

Commit

Permalink
ci: upgrade semantic-relase
Browse files Browse the repository at this point in the history
  • Loading branch information
jerivas committed Nov 19, 2021
1 parent 288fc6c commit 2e1548e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
Expand All @@ -26,12 +26,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: 3.9
- uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 17
semantic_version: 18
extra_plugins: |
@semantic-release/exec@5
env:
Expand Down

0 comments on commit 2e1548e

Please sign in to comment.