Skip to content

Commit

Permalink
Bug: Fix typo in checkout arg (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
djbender authored Jun 25, 2021
1 parent a6ac93b commit df8fbbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
depth: 0 # fetch everything for gorelease
fetch-depth: 0 # fetch everything for gorelease
- name: Checkout Bridge Actions
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
depth: 0 # fetch everything for gorelease
fetch-depth: 0 # fetch everything for gorelease
# Go get'em!
- name: Set up Go
uses: actions/setup-go@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# v0.9 - Unreleased

- Fix install error with gorelease config
- Fix argument typo in workflows for full checkout

# v0.8 - 2021-06-25

Expand Down

0 comments on commit df8fbbc

Please sign in to comment.