We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d20baa commit ba6e870Copy full SHA for ba6e870
.github/workflows/publish.yml
@@ -30,10 +30,6 @@ jobs:
30
echo "GOPATH=$(go env GOPATH):$GITHUB_WORKSPACE" >> $GITHUB_ENV
31
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
32
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
33
- - name: before_install
34
- run: |
35
- # get coveralls.io support
36
- go get github.com/kleveross/goveralls
37
- name: install
38
run: |
39
cd src/github.com/kleveross/ormb
0 commit comments