Skip to content

Commit 34bd3eb

Browse files
authored
chore: fix release jobs with newly added token (#42)
1 parent 1098477 commit 34bd3eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/prerelease.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
validate-release:
1313
runs-on: ubuntu-latest
14+
environment: production
1415
steps:
1516
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1617

@@ -35,6 +36,7 @@ jobs:
3536
3637
build-and-publish:
3738
runs-on: ubuntu-latest
39+
environment: production
3840
needs: validate-release
3941
steps:
4042
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)