Skip to content

Commit

Permalink
Fix gh workflow tagged release (#1206)
Browse files Browse the repository at this point in the history
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
  • Loading branch information
ritazh committed Mar 30, 2021
1 parent 11ddc74 commit bb67472
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.16

- name: Get tag
id: get_version
run: |
Expand Down

0 comments on commit bb67472

Please sign in to comment.