Skip to content

Commit

Permalink
fix: install correct semantic-release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Nov 22, 2022
1 parent adf82af commit d7210ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- "setup.py"
- "pyproject.toml"
- ".github/workflows/release.yaml"
- ".github/workflows/build-test-publish.yaml"

jobs:
build-test:
Expand All @@ -30,4 +29,6 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
run: |
npm install @semantic-release/exec@6 -D
npx semantic-release@19

0 comments on commit d7210ac

Please sign in to comment.