mirror of
https://github.com/starship/starship.git
synced 2024-12-24 16:18:53 +01:00
ci: remove AUR deploy (#2411)
It was adopted as a community package so this is no longer needed
This commit is contained in:
parent
7120611eac
commit
dc8fe1bb6c
20
.github/workflows/deploy.yml
vendored
20
.github/workflows/deploy.yml
vendored
@ -188,23 +188,3 @@ jobs:
|
||||
body_path: RELEASE.md
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
aur_release:
|
||||
runs-on: ubuntu-latest
|
||||
name: Create AUR release
|
||||
needs: github_release # The -bin version downloads and shasums it
|
||||
steps:
|
||||
- name: Build | Publish AUR package
|
||||
uses: ATiltedTree/create-aur-release@v1
|
||||
with:
|
||||
package_name: starship
|
||||
commit_username: "Starship Bot"
|
||||
commit_email: starship.bot.noreply@gmail.com
|
||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||
- name: Build | Publish AUR package (-bin version)
|
||||
uses: ATiltedTree/create-aur-release@v1
|
||||
with:
|
||||
package_name: starship-bin
|
||||
commit_username: "Starship Bot"
|
||||
commit_email: starship.bot.noreply@gmail.com
|
||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user