This commit is contained in:
@@ -3,6 +3,7 @@ name: 🚀 Release
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["*"]
|
branches: ["*"]
|
||||||
|
tags: ["*"]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PNPM_CACHE_FOLDER: ~/.pnpm-store
|
PNPM_CACHE_FOLDER: ~/.pnpm-store
|
||||||
@@ -13,15 +14,6 @@ jobs:
|
|||||||
container: jimfx/nodes:latest
|
container: jimfx/nodes:latest
|
||||||
|
|
||||||
steps:
|
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
|
- name: 📑 Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user