diff --git a/.github/workflows/auto-releaser.yml b/.github/workflows/auto-releaser.yml index 1a9bf17..39c68a1 100644 --- a/.github/workflows/auto-releaser.yml +++ b/.github/workflows/auto-releaser.yml @@ -66,7 +66,7 @@ jobs: - name: Create Release if: | steps.semver.outputs.next != '' && - inputs.which == 'tag' + inputs.which == 'release' uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 with: name: ${{ steps.semver.outputs.next }}