diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index ed4930c..6120bdf 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -7,8 +7,17 @@ on: - completed jobs: + debug: + runs-on: ubuntu-latest + steps: + - name: ShowRef + shell: pwsh + run: Write-Host "github.ref = '${{ github.ref }}'" + publish: - if: github.event.workflow_run.conclusion == 'success' && startsWith(github.ref, 'refs/tags/v') + if: | + github.event.workflow_run.conclusion == 'success' && + startsWith(github.ref, 'refs/tags/v') name: Publish runs-on: ubuntu-latest steps: