Skip to content

Commit

Permalink
Use AUR_PACKAGE_NAME to determine what AUR we push to
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 15, 2024
1 parent f4bc74c commit 814deda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ jobs:

artifacts:
env:
AUR_PACKAGE_NAME: ${{ vars.AUR_PACKAGE_NAME }}
AUR_EDGE_GIT_URL: ${{ vars.AUR_EDGE_GIT_URL }}
AUR_STABLE_GIT_URL: ${{ vars.AUR_STABLE_GIT_URL }}
DOCKERHUB_USERNAME: ${{ vars.DOCKERHUB_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ snapshot:
# output: true

aurs:
- name: "ddev"
- name: "{{ .Env.AUR_PACKAGE_NAME }}"
ids:
- ddev
homepage: "https://github.com/ddev/ddev"
Expand Down Expand Up @@ -353,7 +353,7 @@ aurs:
name: Randy Fay
email: [email protected]

- name: "ddev-edge"
- name: "{{ .Env.AUR_PACKAGE_NAME }}-edge"
ids:
- ddev
homepage: "https://github.com/ddev/ddev"
Expand Down

0 comments on commit 814deda

Please sign in to comment.