From a26d60106a03eb52d4e9ecaef711460710bd1555 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 14 Sep 2022 16:05:50 +0300 Subject: [PATCH] minor fix... --- .github/workflows/pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pdf.yml b/.github/workflows/pdf.yml index 88d6a06..95639eb 100644 --- a/.github/workflows/pdf.yml +++ b/.github/workflows/pdf.yml @@ -20,8 +20,8 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') with: - if: startsWith(github.ref, 'refs/tags/') files: dist/photobook*.zip