From bfe63c34f92a09ae3679c4b3370218afc4e8c000 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 25 Oct 2020 14:51:26 +0100 Subject: [PATCH] refactoring gh actions --- .github/workflows/aur-release.yml | 2 -- .github/workflows/pypi-release.yml | 2 +- .github/workflows/snapcraft-release.yml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/aur-release.yml b/.github/workflows/aur-release.yml index a150961..7382497 100644 --- a/.github/workflows/aur-release.yml +++ b/.github/workflows/aur-release.yml @@ -4,7 +4,6 @@ on: types: [created] jobs: aur_patch: - name: patch aur package runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -19,7 +18,6 @@ jobs: path: ./PKGBUILD retention-days: 1 aur_upload: - name: upload aur package needs: - aur_patch runs-on: ubuntu-latest diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 095cd31..ef62748 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -3,7 +3,7 @@ on: release: types: [created] jobs: - release: + pypi_publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/snapcraft-release.yml b/.github/workflows/snapcraft-release.yml index 51fc647..c9843b9 100644 --- a/.github/workflows/snapcraft-release.yml +++ b/.github/workflows/snapcraft-release.yml @@ -3,7 +3,7 @@ on: release: types: [created] jobs: - release: + snapcraft_publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2