From b9b1c317c7223541bb3d0305b3e9e4f7394e7225 Mon Sep 17 00:00:00 2001 From: Versilis Tyson <100976287+versilis@users.noreply.github.com> Date: Wed, 26 Apr 2023 16:15:14 -0500 Subject: [PATCH] Fix publish.yml (#10) This adds a missing colon to the publish.yml workflow --- .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 69e2b88..076935a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout release Tag uses: actions/checkout@v3 with: - ref ${{ github.event.release.tag_name }} + ref: ${{ github.event.release.tag_name }} - name: Validate Release Tag run: |