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