Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 386dab3

Browse files
committed
Pass version to script/build
1 parent 17796a9 commit 386dab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
with: {go-version: '1.12.7'}
99
- uses: actions/checkout@v1.0.0
1010
- run: go test ./...
11-
- run: script/build
11+
- run: script/build ${{github.event.action}}
1212
- uses: jclem/github-release@master
1313
with:
1414
tag-name: ${{github.event.action}}

0 commit comments

Comments
 (0)