Skip to content

Commit 9418d00

Browse files
committed
version
1 parent aa16dde commit 9418d00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
container:
5454
image: opensuse/tumbleweed
5555
steps:
56-
- run: zypper --non-interactive install wget sudo tar gzip xargs
56+
- run: zypper --non-interactive install wget sudo tar gzip
5757
- uses: actions/checkout@v3
5858
- run: ./install.sh
5959
- run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: Derive version values from tag
9898
run: |
99-
echo "PKGVER=$(echo '${{ env.TAG }}' | sed 's/^v//')" >> $GITHUB_ENV
99+
echo "PKGVER=$(echo "$TAG" | sed 's/^v//')" >> $GITHUB_ENV
100100
PKGREL=$(curl -s "https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=gpt-cli" | grep ^pkgrel= | cut -d "=" -f 2)
101101
echo "PKGREL=$((PKGREL + 1))" >> $GITHUB_ENV
102102

0 commit comments

Comments
 (0)