Skip to content

Commit 8554a21

Browse files
committed
try fix aur
1 parent f9b7750 commit 8554a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-aur.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
run: |
2424
mkdir -p ./aur/${{ env.PACKAGE_NAME }}/
2525
# Strip the leading "v" from the version
26-
VERSION_NUMBER=${{ env.VERSION }} # Using string replacement in YAML
26+
VERSION_NUMBER=${{ env.VERSION }}
2727
VERSION_NUMBER=${VERSION_NUMBER#v} # Strip 'v' at the start
2828
echo "Version number for PKGBUILD is $VERSION_NUMBER"
29-
cat > ./aur/${{ env.PACKAGE_NAME }}/PKGBUILD << EOF
29+
cat > ./aur/${{ env.PACKAGE_NAME }}/PKGBUILD << 'EOF'
3030
pkgname=${{ env.PACKAGE_NAME }}
3131
pkgver=$VERSION_NUMBER
3232
pkgrel=1

0 commit comments

Comments
 (0)