diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2ffc07f..cb1778d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -49,14 +49,11 @@ jobs: - name: Create Release id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: ncipollo/release-action@v1 with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} - draft: false - prerelease: false + token: ${{ secrets.GITHUB_TOKEN }} + name: Release ${{ github.ref }} + - name: Upload Release Asset Linux arm64 id: upload-release-asset-linux-arm