Skip to content

Commit 26dfb11

Browse files
committed
chore: create dedeciated environment for release
1 parent f1d156e commit 26dfb11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- v1
76
workflow_dispatch:
87

98
concurrency:
@@ -22,6 +21,7 @@ jobs:
2221
actions: write # for release-please-action to trigger other workflows
2322
id-token: write # for actions/attest-build-provenance to generate attestations
2423
attestations: write # for actions/attest-build-provenance to write attestations
24+
environment: release
2525
steps:
2626
- name: Harden the runner (Audit all outbound calls)
2727
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3232
with:
33-
node-version: 22
33+
node-version: 24
3434
package-manager-cache: false
3535
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636
with:

0 commit comments

Comments
 (0)