diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index c17c0fa..835c9f6 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -95,18 +95,6 @@ jobs: echo "Listing contents of the artifacts directory:" ls -R artifacts - - name: Create GitHub Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} - body: | - Release notes for version ${{ github.ref }}. - draft: false - prerelease: false - name: Upload Release Assets uses: actions/github-script@v6