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