Skip to content

Commit ac07fab

Browse files
authored
ci: fix gh-actions release stage (#62)
1 parent b0bd20c commit ac07fab

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,9 @@ jobs:
114114
- name: Install Poetry
115115
uses: ./.github/actions/setup-poetry
116116

117-
- name: Install dependencies
118-
run: poetry install
119-
120117
- name: Run semantic-release
121118
env:
122119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
123-
run: poetry run semantic-release publish
120+
run:
121+
poetry run semantic-release -v version --no-changelog
122+
poetry run semantic-release publish

0 commit comments

Comments
 (0)