Skip to content

Commit b467294

Browse files
authored
fix: setting push to false for tag action (#1176)
1 parent ebe0982 commit b467294

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: python-semantic-release/python-semantic-release@v10.5.3
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
25+
push: false
2526
- name: Create a GitHub release
2627
if: steps.tag_version.outputs.tag
2728
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)