Skip to content

Commit bee4a9c

Browse files
authored
fix(release): add missing enviornment in GitHub Actions workflow (#18)
Closes #17.
1 parent 9713dfb commit bee4a9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
release:
88
name: Release
99
runs-on: ubuntu-latest
10+
environment: Release
1011
steps:
1112
- name: Checkout
1213
uses: actions/checkout@v3

0 commit comments

Comments
 (0)