Skip to content

Commit

Permalink
ci: formatting, install proper python-semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeodor committed May 2, 2024
1 parent bbe9154 commit 6f3815f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,13 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
name: Release
needs: [lint-cli, test-cli, test-sdk, lint-sdk, build, test-cli-windows]
needs:
- lint-cli
- test-cli
- test-sdk
- lint-sdk
- build
- test-cli-windows
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -180,7 +186,7 @@ jobs:
with:
go-version: "1.21"
cache: false
- run: pip install semantic-release==9.6.0 twine==5.0.0
- run: pip install python-semantic-release==9.6.0 twine==5.0.0
- run: semantic-release version --commit --tag --push
- run: semantic-release publish
- run: twine --non-interactive upload dist/*
- run: twine --non-interactive upload dist/*

0 comments on commit 6f3815f

Please sign in to comment.