Skip to content

Commit

Permalink
chore: comment out release
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Sato1995 committed Jan 26, 2024
1 parent f6559f1 commit 97f2ed1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 97f2ed1

Please sign in to comment.