chore(ci): debug some information
Some checks failed
🚀 Release / release (push) Failing after 3m28s

This commit is contained in:
2026-02-03 15:12:47 +01:00
parent 304abf2866
commit ecdb986a96

View File

@@ -3,6 +3,7 @@ name: 🚀 Release
on:
push:
branches: ["*"]
tags: ["*"]
env:
PNPM_CACHE_FOLDER: ~/.pnpm-store
@@ -13,15 +14,6 @@ jobs:
container: jimfx/nodes:latest
steps:
- name: 🔍 Debug Information
run: |
echo "GITHUB_REF: ${{ github.ref }}"
echo "GITHUB_REF_TYPE: ${{ github.ref_type }}"
echo "GITHUB_REF_NAME: ${{ github.ref_name }}"
echo "GITHUB_SHA: ${{ github.sha }}"
echo "GITHUB_EVENT_NAME: ${{ github.event_name }}"
echo "GITHUB_ACTOR: ${{ github.actor }}"
- name: 📑 Checkout Code
uses: actions/checkout@v4
with: