mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-23 22:22:59 +03:00
AUR publish
This commit is contained in:
parent
b2f350b849
commit
852cd6a5ba
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 }}
|
||||
|
@ -75,7 +75,7 @@ update_flake() {
|
||||
if check_dep nix; then
|
||||
nix --extra-experimental-features 'nix-command flakes' flake update
|
||||
else
|
||||
echo "flake.nix was updated, but nix not installed to update flake.lock"
|
||||
echo "flake.nix was updated, but nix is not installed to update flake.lock"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user