diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 018c63b..8812678 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,6 +26,7 @@ jobs: with: token: ${{ github.token }} tag: ${{ github.ref_name }} + excludeTypes: 'build,chore,style' - name: Create release uses: ncipollo/release-action@v1