reset revision number in void-packages
This commit is contained in:
parent
6e6e68c692
commit
1bc5ee667f
|
@ -26,6 +26,7 @@ jobs:
|
|||
wget https://git.snaile.de/snailed/dmenu-custom/archive/${{ github.ref_name }}.tar.gz
|
||||
sha256sum="$(sha256sum ${{ github.ref_name }}.tar.gz | cut -d ' ' -f 1)"
|
||||
sed -i "/checksum=/ c checksum=${sha256sum}" srcpkgs/dmenu-custom/template
|
||||
sed -i "/revision=/ c revision=1" srcpkgs/dmenu-custom/template
|
||||
|
||||
- name: Commit
|
||||
uses: https://github.com/stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0
|
||||
|
|
Loading…
Reference in New Issue