We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d18b02 commit 93ac8a0Copy full SHA for 93ac8a0
.github/workflows/bump-version.yml
@@ -41,11 +41,11 @@ jobs:
41
- name: Run Semantic Release
42
env:
43
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
- run: semantic-release publish
+ run: poetry run semantic-release publish
45
46
- # - name: Push changes
47
- # run: |
48
- # git push --follow-tags
+ - name: Push changes
+ run: |
+ git push --follow-tags
49
50
- name: "Determine version bump type"
51
run: |
0 commit comments