diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1dd4256..e87603c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,6 +27,7 @@ jobs: - name: Create Release id: create_release + if: startsWith(github.ref, 'refs/tags/') uses: softprops/action-gh-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}