We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7850c40 commit db92df5Copy full SHA for db92df5
.github/workflows/ci.yml
@@ -26,6 +26,9 @@ jobs:
26
- name: Check out code into the Go module directory
27
uses: actions/checkout@v2
28
29
+ - name: Setup PATH
30
+ run: echo "::add-path::~/go/bin"
31
+
32
- name: Get dependencies
33
run: |
34
go get github.com/mitchellh/gox
@@ -41,4 +44,4 @@ jobs:
41
44
- name: Release
42
45
env:
43
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: echo TODO
47
+ run: ./scripts/release || exit 0
0 commit comments