Skip to content

Commit 5c5b0b5

Browse files
Update .github/workflows/pypi.yml
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent df04147 commit 5c5b0b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: Create GitHub Release
169169
if: startsWith(github.ref, 'refs/tags/')
170-
uses: softprops/action-gh-release@v1
170+
if: needs.prepare.outputs.environment == 'release'
171171
with:
172172
files: dist/*
173173
generate_release_notes: true

0 commit comments

Comments
 (0)