From 97f2ed19661dce509902a5c3b44c9501b9887302 Mon Sep 17 00:00:00 2001 From: K-Sato1995 Date: Fri, 26 Jan 2024 23:00:12 +0900 Subject: [PATCH] chore: comment out release --- .github/workflows/release.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52ff77f..e3f3f11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,13 +14,13 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-go@v3 - with: - go-version-file: go.mod - cache: true - - uses: goreleaser/goreleaser-action@v4 - with: - args: release --rm-dist - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - uses: actions/setup-go@v3 + # with: + # go-version-file: go.mod + # cache: true + # - uses: goreleaser/goreleaser-action@v4 + # with: + # args: release --rm-dist + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file