Skip to content

Commit 70fbb42

Browse files
authored
Add publish environment for publishing crate (#1619)
1 parent fbd4807 commit 70fbb42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
if: github.repository_owner == 'rust-lang'
1616
name: Release-plz release
1717
runs-on: ubuntu-latest
18+
environment: publish
1819
steps:
1920
- name: Checkout repository
2021
uses: actions/checkout@v6

0 commit comments

Comments
 (0)