Skip to content

Commit 4d75126

Browse files
editing release configs
1 parent a83821a commit 4d75126

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
jobs:
1010
goreleaser:
1111
runs-on: ubuntu-latest
12-
main: ./cmd
1312
permissions:
1413
contents: write
1514
steps:
@@ -29,6 +28,5 @@ jobs:
2928
version: latest
3029
args: release --clean
3130
env:
32-
# GitHub sets this automatically
3331
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3432

0 commit comments

Comments
 (0)