diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d76735..f1369ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,9 +35,6 @@ jobs: - name: Upload release artifacts uses: ncipollo/release-action@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} - draft: true - prerelease: false name: "Release ${GITHUB_REF##*/}" body: "Automatically generated release notes." artifacts: release/zips/*.zip