Skip to content

Commit

Permalink
Remove "git fetch" step in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zulh-civo committed Sep 23, 2021
1 parent 110db18 commit be395ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .auto-changelog-config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"template": ".auto-changelog-template.hbs",
"commitLimit": 100
"commitLimit": 100,
"ignoreCommitPattern": "Update docs and CHANGELOG.md"
}
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Unshallow
run: git fetch --prune --unshallow

- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -55,9 +52,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Pull latest changes (docs and CHANGELOG.md)
run: git pull

- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit be395ee

Please sign in to comment.