Skip to content

Commit 3bf3ebf

Browse files
committed
chore: do not publish new versions to AUR
This is a temporary tweak, while I am making sure that the "pkg_rel" change (see last commit) works as expected.
1 parent 379f7a1 commit 3bf3ebf

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
artifacts: ${{ env.USR_HOME }}/${{ needs.check.outputs.pkg_version }}.tar.gz
6868
token: ${{ secrets.GITHUB_TOKEN }}
6969

70-
- name: Push to AUR
71-
env:
72-
PRIV_KEY: ${{ secrets.PRIV_KEY }}
73-
PUB_KEY: ${{ secrets.PUB_KEY }}
74-
run: bash ./scripts/push-to-aur.bash
70+
# - name: Push to AUR
71+
# env:
72+
# PRIV_KEY: ${{ secrets.PRIV_KEY }}
73+
# PUB_KEY: ${{ secrets.PUB_KEY }}
74+
# run: bash ./scripts/push-to-aur.bash

.github/workflows/manual.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ jobs:
8787
artifacts: ${{ env.USR_HOME }}/${{ needs.check.outputs.pkg_version }}.tar.gz
8888
token: ${{ secrets.GITHUB_TOKEN }}
8989

90-
- name: Push to AUR
91-
if: ${{ inputs.release }}
92-
env:
93-
PRIV_KEY: ${{ secrets.PRIV_KEY }}
94-
PUB_KEY: ${{ secrets.PUB_KEY }}
95-
run: bash ./scripts/push-to-aur.bash
90+
# - name: Push to AUR
91+
# if: ${{ inputs.release }}
92+
# env:
93+
# PRIV_KEY: ${{ secrets.PRIV_KEY }}
94+
# PUB_KEY: ${{ secrets.PUB_KEY }}
95+
# run: bash ./scripts/push-to-aur.bash

0 commit comments

Comments
 (0)