This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user