aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbenadha <benawiadha@gmail.com>2022-02-14 19:16:18 +0700
committerbenadha <benawiadha@gmail.com>2022-02-14 19:16:18 +0700
commit0c480b4908f7a24e32b84a9efc0e86e1fecf1184 (patch)
treeb7eb842afaacc2b609c1f36444648e769f0fcfc0
parent130da656b44badc3520fe5073be356c65526fe5a (diff)
downloadepy-0c480b4908f7a24e32b84a9efc0e86e1fecf1184.tar.gz
Remove AUR publisher workflow
-rw-r--r--.github/workflows/release-aur.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/release-aur.yml b/.github/workflows/release-aur.yml
deleted file mode 100644
index e9b474a..0000000
--- a/.github/workflows/release-aur.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: Release to AUR
-
-on:
- workflow_dispatch:
- push:
- branches: [master]
-
-jobs:
- tests:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - name: Print pkgver
- run: echo "::set-output name=PKGVER::"`printf "%s.r%s.%s" "$(grep -F '__version__ =' epy.py | awk -F\" '{print $2}')" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"`
- id: pkgver
- - name: test
- run: echo "pkgver: ${{ steps.pkgver.outputs.PKGVER }}"
-