From: Tom Christie Date: Mon, 24 Jan 2022 12:14:00 +0000 (+0000) Subject: Update publish.yml (#2040) X-Git-Tag: 0.22.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31944b90f12edbb42094dce0304b498a770063a1;p=thirdparty%2Fhttpx.git Update publish.yml (#2040) --- diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a41fd2bf..5a742ded 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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"