mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2025-09-28 09:32:24 +03:00
AUR publish
This commit is contained in:
12
.github/workflows/update-build-release.yml
vendored
12
.github/workflows/update-build-release.yml
vendored
@@ -38,6 +38,18 @@ jobs:
|
||||
add: "."
|
||||
author_name: "GitHub Actions"
|
||||
author_email: "loraner123@gmail.com"
|
||||
- name: Publish AUR package
|
||||
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
|
||||
with:
|
||||
pkgname: "yandexmusic"
|
||||
pkgbuild: "PKGBUILD"
|
||||
updpkgsums: false
|
||||
allow_empty_commits: false
|
||||
commit_username: "cucumber-sp"
|
||||
commit_email: "loraner123@gmail.com"
|
||||
ssh_private_key: "${{ secrets.AUR_SSH_PRIVATE_KEY }}"
|
||||
commit_message: "${{ env.VERSION}}-1"
|
||||
ssh_keyscan_types: "rsa,dsa,ecdsa,ed25519"
|
||||
outputs:
|
||||
new_version: ${{ steps.commit.outputs.commited }}
|
||||
commit_long_sha: ${{ steps.commit.outputs.commit_long_sha }}
|
||||
|
Reference in New Issue
Block a user