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