Skip to content

Commit 8ce5c51

Browse files
committed
Fix env name for release
1 parent e8e1476 commit 8ce5c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id-token: write
1919
attestations: write
2020
environment:
21-
name: publish-python
21+
name: release
2222

2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)