Scripts: attempt to push to repo

This commit is contained in:
Pieter Vander Vennet 2025-06-17 01:41:11 +02:00
parent e6db77e482
commit 689c585d9a

View file

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