Skip to content

Commit

Permalink
Temporarily revert to checkout@v1 to correct for tags
Browse files Browse the repository at this point in the history
not being pulled actions/checkout#272
  • Loading branch information
Tim Fall committed Jun 30, 2020
1 parent 7484687 commit 9f40bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: 1.14

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v1

- name: Build CLI
run: |
Expand Down

0 comments on commit 9f40bf1

Please sign in to comment.