SURELY THIS TIME

This commit is contained in:
Vanilagy
2025-12-04 16:54:04 +01:00
parent dd39b8b2ca
commit dceb67a065
+3
View File
@@ -34,6 +34,9 @@ jobs:
cache: 'npm'
registry-url: https://registry.npmjs.org
- name: Update npm
run: npm install -g npm@latest
- name: Get package.json version
id: package-json-version
run: echo "version=v$(cat package.json | jq '.version' --raw-output)" >> $GITHUB_OUTPUT