git stash

This commit is contained in:
miwr 2025-04-10 11:13:35 +02:00
parent ed5b833f39
commit 1d28576912

View file

@ -43,7 +43,9 @@ jobs:
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
fullrepo=https://${registry}/${repository}.git
git init
# git pull ${fullrepo}
git stash
git pull ${fullrepo}
git stash pop
npm install @angular/cli
npm run lint
- name: Update version