Skip to content

Commit 4930dd5

Browse files
Bobbins228anishasthana
authored andcommitted
Removed defaults.go reference
1 parent b48815e commit 4930dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-and-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
uses: stefanzweifel/git-auto-commit-action@v4
139139
with:
140140
commit_message: Update dependency versions for release ${{ github.event.inputs.version }}
141-
file_pattern: 'README.md */defaults.go *.yaml Makefile go.mod go.sum'
141+
file_pattern: 'README.md *.yaml Makefile go.mod go.sum'
142142
create_branch: true
143143
branch: ${{ env.PR_BRANCH_NAME }}
144144

0 commit comments

Comments
 (0)