Skip to content

Commit db92df5

Browse files
chore: fix github workflow
1 parent 7850c40 commit db92df5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Check out code into the Go module directory
2727
uses: actions/checkout@v2
2828

29+
- name: Setup PATH
30+
run: echo "::add-path::~/go/bin"
31+
2932
- name: Get dependencies
3033
run: |
3134
go get github.com/mitchellh/gox
@@ -41,4 +44,4 @@ jobs:
4144
- name: Release
4245
env:
4346
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
run: echo TODO
47+
run: ./scripts/release || exit 0

0 commit comments

Comments
 (0)