Scripts: attempt to push to repo

This commit is contained in:
Pieter Vander Vennet 2025-06-17 00:57:26 +02:00
parent baf4ac0898
commit 79bc1be6ef

View file

@ -22,12 +22,6 @@ jobs:
cache: "npm"
cache-dependency-path: package-lock.json
- name: install deps
run: npm ci
shell: bash
- run: npm run init
- name: clone submodule
shell: bash
run: |
@ -46,6 +40,12 @@ jobs:
git tag "${{ github.ref_name }}"
git push --tags
- name: install deps
run: npm ci
shell: bash
- run: npm run init
- name: generate layers
run: npm run generate:layeroverview