diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 985206e2..67b951a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: allowUpdates: true name: Release ${{ steps.get-version.outputs.version }} draft: false - prelease: false + prerelease: false token: ${{secrets.GITHUB_TOKEN}} artifacts: './module.zip, ./releases/latest/download/module.json' tag: ${{ steps.get-version.outputs.version }} \ No newline at end of file