diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cc6388f..bd99c11 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -43,7 +43,7 @@ jobs: tag_name: ${{ steps.create_tag.outputs.tag_name }} release_name: Release ${{ steps.create_tag.outputs.tag_name }} draft: false - prerelease: false + prerelease: true - name: Upload Release Asset uses: actions/upload-release-asset@v1 @@ -59,4 +59,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: webring - path: webring \ No newline at end of file + path: webring