Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsensamiei authored May 2, 2020
1 parent 233b397 commit 8714f7c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
go-version: ^1.13
id: go

- name: Get the version
id: get_version
run: echo ${GITHUB_REF/refs\/tags\//}
- name: Making request to proxy
run: curl https://proxy.golang.org/github.com/golage/log/@v/${GITHUB_REF/refs\/tags\//}.info

- name: Downloading the package
run: GOPROXY="https://proxy.golang.org" GO111MODULE=on go get github.com/golage/log@${GITHUB_REF/refs\/tags\//}

0 comments on commit 8714f7c

Please sign in to comment.