Skip to content

Commit 4faa20e

Browse files
committed
Use the release environment in publish-versions
1 parent bfefb87 commit 4faa20e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-versions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ permissions: {}
1616
jobs:
1717
publish-versions:
1818
runs-on: ubuntu-latest
19+
environment:
20+
name: release
1921
env:
2022
VERSION: ${{ fromJson(inputs.plan).announcement_tag }}
2123
steps:

0 commit comments

Comments
 (0)