Skip to content

Commit cabacae

Browse files
fix(release): use environment for release ci
1 parent ffa6895 commit cabacae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/prod-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
version:
2828
runs-on: ubuntu-latest
2929
needs: [pre-release-ci]
30+
environment: release
3031
steps:
3132
- name: Require a branch
3233
if: github.ref_type != 'branch'
@@ -106,6 +107,7 @@ jobs:
106107
publish:
107108
runs-on: ubuntu-latest
108109
needs: [pre-release-ci, version]
110+
environment: release
109111
steps:
110112
# Include the version-bump commit the version job pushed
111113
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)