From e45a16736004e3ee62a87e94e692544554c309f3 Mon Sep 17 00:00:00 2001 From: Rhyanz46 Date: Fri, 1 Mar 2024 02:49:38 +0800 Subject: [PATCH] update readme --- .github/workflows/go.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c593a5c..9b7b38d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -40,12 +40,12 @@ jobs: current_version: ${{ steps.latest-tag.outputs.tag }} level: patch - - name: Create Release Notes - id: create-release - run: | - curl -f -X POST \ - -H "Accept: application/vnd.github.v3+json" \ - -H "authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ - -H "X-GitHub-Api-Version: 2022-11-28" \ - https://api.github.com/repos/${{ github.repository }}/releases \ - -d '{"tag_name":"${{ steps.bump-semver.outputs.new_version }}", "target_commitish": "${{ github.ref_name }}", "generate_release_notes":true}' +# - name: Create Release Notes +# id: create-release +# run: | +# curl -f -X POST \ +# -H "Accept: application/vnd.github.v3+json" \ +# -H "authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ +# -H "X-GitHub-Api-Version: 2022-11-28" \ +# https://api.github.com/repos/${{ github.repository }}/releases \ +# -d '{"tag_name":"${{ steps.bump-semver.outputs.new_version }}", "target_commitish": "${{ github.ref_name }}", "generate_release_notes":true}'