Skip to content

Commit d902fd9

Browse files
committed
Fix release
1 parent b23b28f commit d902fd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ on:
1717

1818
jobs:
1919
deploy:
20-
runs-on: ubuntu-latest environment: release
20+
runs-on: ubuntu-latest
21+
environment: release
2122
steps:
2223
- uses: actions/checkout@v2
2324
- name: Set up Python

0 commit comments

Comments
 (0)