From 96d199aaa96db0897b4685c0c3cfe4c950d6e060 Mon Sep 17 00:00:00 2001 From: Alex Pinkus Date: Sun, 2 Jan 2022 13:59:19 -0800 Subject: [PATCH] Fix typo in github.ref --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0688c82..8f75b6d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,7 +8,7 @@ on: jobs: publish: - if: ${{ github.ref == 'refs/head/main' }} + if: ${{ github.ref == 'refs/heads/main' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v1