workflow: fix missing environment field for release
This commit is contained in:
parent
d764a15fd6
commit
5c22b8ae80
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -8,6 +8,7 @@ on:
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
environment: release
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user