Skip to content

Commit 31944b9

Browse files
authored
Update publish.yml (#2040)
1 parent d299e6f commit 31944b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
name: Publish
32

43
on:
@@ -11,6 +10,9 @@ jobs:
1110
name: "Publish release"
1211
runs-on: "ubuntu-latest"
1312

13+
environment:
14+
name: deploy
15+
1416
steps:
1517
- uses: "actions/checkout@v2"
1618
- uses: "actions/setup-python@v1"

0 commit comments

Comments
 (0)