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 e5114de commit 3d18b02Copy full SHA for 3d18b02
.github/workflows/bump-version.yml
@@ -38,10 +38,10 @@ jobs:
38
git config user.name "github-actions[bot]"
39
git config user.email "github-actions[bot]@users.noreply.github.com"
40
41
- # - name: Run Semantic Release
42
- # env:
43
- # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
- # run: poetry run semantic-release publish
+ - name: Run Semantic Release
+ env:
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: semantic-release publish
45
46
# - name: Push changes
47
# run: |
0 commit comments