]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Update publish.yml (#1430)
authorTom Christie <tom@tomchristie.com>
Mon, 24 Jan 2022 15:58:07 +0000 (15:58 +0000)
committerGitHub <noreply@github.com>
Mon, 24 Jan 2022 15:58:07 +0000 (15:58 +0000)
.github/workflows/publish.yml

index b290d6e1a8246a96c6c6740fef9453e77f4afb98..514ed4b97a7b4be997a3e981c43cf5002348fa8c 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@v2"