fixed issue in release yml
All checks were successful
/ checking (push) Successful in 15s
/ build-site (push) Successful in 2m31s
/ release (push) Successful in 7s

This commit is contained in:
Firq 2023-12-21 12:28:47 +01:00
parent aba414e68d
commit 9243b0cd5a
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

@ -17,7 +17,6 @@ jobs:
run: npm install run: npm install
- name: Run astro check (linting + static analysis) - name: Run astro check (linting + static analysis)
run: npm run astro check run: npm run astro check
run: npm run astro check
build-site: build-site:
needs: [checking] needs: [checking]