feat: forgejo action #1

Merged
leandro merged 20 commits from development into master 2025-05-26 04:58:21 +00:00
Showing only changes of commit 2b6cc8a70c - Show all commits

View file

@ -60,10 +60,10 @@ jobs:
- name: Instalando Dependencias
run: |
apk add git jq
ls -lha
- name: Verificar mudança de versão no package.json
id: check
run: |
cd lhmask
OLD_VERSION=$(git show HEAD^:package.json | jq -r '.version')
NEW_VERSION=$(jq -r '.version' package.json)
echo "Versão anterior: $OLD_VERSION"