diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5d38679..c9abbf4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -56,6 +56,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - tag_name: ${{ steps.get_version.outputs.VERSION }} - release_name: ${{ steps.get_version.outputs.VERSION }} - files: dist/* \ No newline at end of file + files: dist/* + draft: true + fail_on_unmatched_files: true \ No newline at end of file