Skip to content

Commit

Permalink
Update registry publish workflow to check for GoReleaser file ending …
Browse files Browse the repository at this point in the history
…in .yml instead of .yaml
  • Loading branch information
cbruno10 committed Mar 25, 2021
1 parent 54e9681 commit 65099b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/registry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Exit if goreleaser file is missing
run: |
test -f .goreleaser.yaml
test -f .goreleaser.yml
- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 65099b7

Please sign in to comment.