update workflow
Some checks failed
Build ESLint Config on Tag / build (push) Failing after 8s

This commit is contained in:
2025-12-21 18:36:00 +01:00
parent 50df678fc4
commit 42294e74c8

View File

@@ -25,10 +25,9 @@ jobs:
run: bun run build
- name: Get version from package.json
id: pkg
run: |
version=$(bun run -c 'console.log(require("./package.json").version)')
echo "version=$version" >> $GITHUB_OUTPUT
VERSION=$(node -p "require('./package.json').version")
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Create git tag
run: |