From 4c0b8f6eb10d9fbccba1e86a38b075b6c991e614 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 10 Sep 2023 18:16:38 -0400 Subject: [PATCH] Forgot to require lint-code to run first. --- .github/workflows/publish-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 831b68a..9991747 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -20,6 +20,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} publish-release: runs-on: ubuntu-latest + needs: lint-code steps: - name: Publish Release uses: ncipollo/release-action@v1