Skip to content

Commit

Permalink
Update publish-aur.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Mar 2, 2025
1 parent bbee515 commit 1b20fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Update Package Version
run: |
sed -i "s/pkgver=.*/pkgver=$(date +%Y%m%d)/" ./pkgbuild/PKGBUILD
sed -i "s/pkgver=.*/pkgver=$(date +"%y.%m.%d")/" ./pkgbuild/PKGBUILD
- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@master
Expand Down

0 comments on commit 1b20fbb

Please sign in to comment.