mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-24 14:34:39 +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: "."
|
add: "."
|
||||||
author_name: "GitHub Actions"
|
author_name: "GitHub Actions"
|
||||||
author_email: "loraner123@gmail.com"
|
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:
|
outputs:
|
||||||
new_version: ${{ steps.commit.outputs.commited }}
|
new_version: ${{ steps.commit.outputs.commited }}
|
||||||
commit_long_sha: ${{ steps.commit.outputs.commit_long_sha }}
|
commit_long_sha: ${{ steps.commit.outputs.commit_long_sha }}
|
||||||
|
@ -75,7 +75,7 @@ update_flake() {
|
|||||||
if check_dep nix; then
|
if check_dep nix; then
|
||||||
nix --extra-experimental-features 'nix-command flakes' flake update
|
nix --extra-experimental-features 'nix-command flakes' flake update
|
||||||
else
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user