diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eadef37..aa2243d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,4 +31,8 @@ jobs: run: npx semantic-release env: GH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - uses: "marvinpinto/action-automatic-releases@latest" + with: + repo_token: ${{ secrets.GITHUB_TOKEN }} + prerelease: false \ No newline at end of file