Skip to content

Commit 97f2ed1

Browse files
committed
chore: comment out release
1 parent f6559f1 commit 97f2ed1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
17-
- uses: actions/setup-go@v3
18-
with:
19-
go-version-file: go.mod
20-
cache: true
21-
- uses: goreleaser/goreleaser-action@v4
22-
with:
23-
args: release --rm-dist
24-
env:
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
# - uses: actions/setup-go@v3
18+
# with:
19+
# go-version-file: go.mod
20+
# cache: true
21+
# - uses: goreleaser/goreleaser-action@v4
22+
# with:
23+
# args: release --rm-dist
24+
# env:
25+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

0 commit comments

Comments
 (0)