Scripts: attempt to push to repo

This commit is contained in:
Pieter Vander Vennet 2025-06-17 02:17:26 +02:00
parent 7b03e86da7
commit 2072082e2d

View file

@ -41,7 +41,7 @@ jobs:
git add date.txt
git commit -m "Add files for release ${{ github.ref_name }}"
git tag "${{ github.ref_name }}"
git push --verbose --follow-tags
git push source --verbose --follow-tags
- name: install deps
run: npm ci