Skip to content

Commit bdcd7c7

Browse files
authored
Update release.yaml
1 parent 85be79f commit bdcd7c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: release
12
on:
23
release:
34
types: [created]
@@ -21,4 +22,4 @@ jobs:
2122
github_token: ${{ secrets.GITHUB_TOKEN }}
2223
goos: ${{ matrix.goos }}
2324
goarch: ${{ matrix.goarch }}
24-
project_path: ./src/pipeleak
25+
project_path: ./src/pipeleak

0 commit comments

Comments
 (0)