There was an error while loading. Please reload this page.
1 parent 1098477 commit 34bd3ebCopy full SHA for 34bd3eb
1 file changed
.github/workflows/prerelease.yaml
@@ -11,6 +11,7 @@ on:
11
jobs:
12
validate-release:
13
runs-on: ubuntu-latest
14
+ environment: production
15
steps:
16
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
@@ -35,6 +36,7 @@ jobs:
35
36
37
build-and-publish:
38
39
40
needs: validate-release
41
42
0 commit comments