Skip to content

Commit

Permalink
Fix hardcoded package name in the release job
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Oct 30, 2023
1 parent 63e8854 commit cb125c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
run: setfacl -R -m u:build:rwx .
- name: Updating PKGBUILD
run: |
bash scripts/update.sh inko "${{ inputs.version }}"
bash scripts/update.sh "${{ inputs.name }}" "${{ inputs.version }}"
- name: Updating AUR repository
run: |
bash scripts/aur.sh inko "${{ inputs.version }}" \
bash scripts/aur.sh "${{ inputs.name }}" "${{ inputs.version }}" \
"${{ secrets.AUR_SSH_KEY }}"

0 comments on commit cb125c4

Please sign in to comment.