]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update publish.yml (#2040)
authorTom Christie <tom@tomchristie.com>
Mon, 24 Jan 2022 12:14:00 +0000 (12:14 +0000)
committerGitHub <noreply@github.com>
Mon, 24 Jan 2022 12:14:00 +0000 (12:14 +0000)
.github/workflows/publish.yml

index a41fd2bf21e0abc18a42d84fbeda6cae9523766b..5a742ded7a12f963f3553b7ab541c32a3f739261 100644 (file)
@@ -1,4 +1,3 @@
----
 name: Publish
 
 on:
@@ -11,6 +10,9 @@ jobs:
     name: "Publish release"
     runs-on: "ubuntu-latest"
 
+    environment:
+       name: deploy
+
     steps:
       - uses: "actions/checkout@v2"
       - uses: "actions/setup-python@v1"