diff options
| author | adamjanovsky | 2022-02-02 09:35:49 +0100 |
|---|---|---|
| committer | GitHub | 2022-02-02 09:35:49 +0100 |
| commit | 2ae8019e9e33652bb3c3355cec1d57c9e49cd01b (patch) | |
| tree | cf1b8e58af26ad13f7d8fcde30c9254d2294922f /.github/workflows | |
| parent | d6412a3147c877b61d9911113052e00bbc6c679a (diff) | |
| download | sec-certs-2ae8019e9e33652bb3c3355cec1d57c9e49cd01b.tar.gz sec-certs-2ae8019e9e33652bb3c3355cec1d57c9e49cd01b.tar.zst sec-certs-2ae8019e9e33652bb3c3355cec1d57c9e49cd01b.zip | |
Update release.yml
Rename workflow run
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af4594c6..9063beaa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release with GitHub, PyPi, DockerHub +name: Release (PyPi, DockerHub) on: release: types: [published] @@ -25,7 +25,7 @@ jobs: user: ${{ secrets.PYPI_USERNAME }} password: ${{ secrets.PYPI_PASSWORD }} docker_release: - name: Release on dockerhub + name: Release on DockerHub runs-on: ubuntu-latest if: github.repository == 'crocs-muni/sec-certs' steps: |
