Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten authored May 4, 2024
1 parent 39496d2 commit eb9027f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Write version
run: echo "${GITHUB_REF#refs/tags/}" > ./cli/cmd/version.txt
- name: Replace version in PKGBUILD
run: sed -i "s/pkgver=.*/pkgver=${GITHUB_REF#refs\/tags\//}/" ./.github/workflows/PKGBUILD
run: sed -i "s/pkgver=.*/pkgver=${GITHUB_REF#refs/tags/}/" ./.github/workflows/PKGBUILD
- name: Publish AUR package
uses: KSXGitHub/[email protected]
with:
Expand Down

0 comments on commit eb9027f

Please sign in to comment.