diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml deleted file mode 100644 index 10b2d6f..0000000 --- a/.github/workflows/aur.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: aur -run-name: Publishing to AUR -on: - release: - types: [published] -jobs: - Deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Publish AUR package - # uses: anas-elgarhy/aur-release-action@v4.1 - # with: - # package_name: resticity # Optional (default: repository name) - # ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} # The private SSH key to use to push the changes to the AUR - # github_token: ${{ secrets.GITHUB_TOKEN }} - # pkgbuild_path: packaging/PKGBUILD - # update_pkgbuild: true - # try_build_and_install: true \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47bc4af..307ce25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: tags: - "*" jobs: - Deploy: + release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4