Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jul 2, 2024
1 parent ec24dd4 commit e8bf6da
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,26 @@ jobs:
artifacts: "${{ github.event.repository.name }}-${{ needs.version.outputs.version }}-x86_64.tar.gz"
generateReleaseNotes: true

aur_publish:
name: publish to AUR
needs: [create_release]
runs-on: ubuntu-latest
steps:
- name: download artifact
uses: actions/download-artifact@v4
with:
name: PKGBUILD
# aur_publish:
# name: publish to AUR
# needs: [create_release]
# runs-on: ubuntu-latest
# steps:
# - name: download artifact
# uses: actions/download-artifact@v4
# with:
# name: PKGBUILD

- name: publish AUR package
uses: KSXGitHub/[email protected]
with:
pkgname: ${{ github.event.repository.name }}-bin
pkgbuild: PKGBUILD
commit_username: ${{ secrets.AUR_USERNAME }}
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: Update AUR package
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
# - name: publish AUR package
# uses: KSXGitHub/[email protected]
# with:
# pkgname: ${{ github.event.repository.name }}-bin
# pkgbuild: PKGBUILD
# commit_username: ${{ secrets.AUR_USERNAME }}
# commit_email: ${{ secrets.AUR_EMAIL }}
# ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
# commit_message: Update AUR package
# ssh_keyscan_types: rsa,dsa,ecdsa,ed25519

cargo_publish:
name: publish to crates.io
Expand Down

0 comments on commit e8bf6da

Please sign in to comment.