mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Do not test PKGBUILD on arch release pipeline
This commit is contained in:
parent
a45833f5a2
commit
6da292f013
1 changed files with 0 additions and 2 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -35,7 +35,6 @@ jobs:
|
||||||
commit_email: ${{ secrets.AUR_EMAIL }}
|
commit_email: ${{ secrets.AUR_EMAIL }}
|
||||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||||
commit_message: Update to version {{ env.RELEASE_VERSION }}
|
commit_message: Update to version {{ env.RELEASE_VERSION }}
|
||||||
test: true
|
|
||||||
|
|
||||||
- name: Generate crunchy-cli-bin sha sums
|
- name: Generate crunchy-cli-bin sha sums
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -69,4 +68,3 @@ jobs:
|
||||||
commit_email: ${{ secrets.AUR_EMAIL }}
|
commit_email: ${{ secrets.AUR_EMAIL }}
|
||||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||||
commit_message: Update to version {{ env.RELEASE_VERSION }}
|
commit_message: Update to version {{ env.RELEASE_VERSION }}
|
||||||
test: true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue