debug: tired

This commit is contained in:
2025-12-21 13:01:23 +01:00
parent 13746ee8cc
commit fdb2447862

View File

@@ -30,12 +30,13 @@ jobs:
name: Build & Push to Registry
runs-on: ubuntu-latest
needs: test
if: contains(github.ref, 'refs/tags/v')
steps:
- name: Debug ref
run: |
echo "github.ref = ${{ github.ref }}"
echo "GITHUB_REF = $GITHUB_REF"
echo "github.event_name = ${{ github.event_name }}"
exit 1
- name: Checkout code
uses: actions/checkout@v4