diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index 3713d8a..19f66fb 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -8,6 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: make release + if: github.event.ref_type == 'tag' uses: actions-cool/release-helper@up with: token: ${{ secrets.GITHUB_TOKEN }}