diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cf3a5bd..1ef0c45 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,17 +32,6 @@ jobs: overwrite: true project_path: "./Go" binary_name: "headers$_{{ matrix.goos }}_${{ matrix.goarch }}" - Create Release: - name: Create the release tag - runs-on: ubuntu-latest - steps: - - name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} +