Fix AUR Action

This commit is contained in:
José Miguel Sarasola 2020-11-01 17:46:59 +01:00
parent 4666f2a808
commit aa95a1d78c
No known key found for this signature in database
GPG key ID: DDDF8FA62874584B
2 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- run: PACKAGE_VERSION=$(cat ./package.json | grep version | head -1 | sed 's/[^0-9.]*//g') && echo "package_version=$PACKAGE_VERSION" >> $GITHUB_ENV
- run: sed "s/PACKAGE_VERSION/${package_version}/g" build/linux/PKGBUILD | tee build/linux/PKGBUILD
- run: sed "s/PACKAGE_VERSION/${package_version}/g" build/linux/PKGBUILD_template > build/linux/PKGBUILD
- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@v2.2.3