diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 056c4f1..35d4da5 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -22,7 +22,7 @@ jobs: uses: https://github.com/actions/checkout@v4 - name: Do Debug Things shell: /bin/ash -e {0} - run: echo ${{ github.ref#refs/heads/ }} + run: echo ${{ github.head_ref || github.ref_name }} # - name: Set up Docker Buildx # uses: https://github.com/docker/setup-buildx-action@v3 # with: