Skip to content

Commit

Permalink
auto publish to go docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
TibebeJS authored Dec 28, 2020
1 parent 352de8b commit 17cb156
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@ jobs:

- name: Test
run: go test -v ./...


- name: Publish doc to go.dev packages
run: |
git pull
export latest="$(git describe --tags `git rev-list --tags --max-count=1`)"
curl https://proxy.golang.org/github.com/TibebeJS/yenepay.sdk.go/@v/$latest.info

0 comments on commit 17cb156

Please sign in to comment.