We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bd20c commit ac07fabCopy full SHA for ac07fab
1 file changed
.github/workflows/ci.yml
@@ -114,10 +114,9 @@ jobs:
114
- name: Install Poetry
115
uses: ./.github/actions/setup-poetry
116
117
- - name: Install dependencies
118
- run: poetry install
119
-
120
- name: Run semantic-release
121
env:
122
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
123
- run: poetry run semantic-release publish
+ run:
+ poetry run semantic-release -v version --no-changelog
+ poetry run semantic-release publish
0 commit comments