Skip to content

Commit 3f83e87

Browse files
typo fix
1 parent 5b77dc4 commit 3f83e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: goreleaser/goreleaser-action@master
2828
with:
2929
version: latest
30-
args: release --config=build/.goreleaser.yml
30+
args: release --config=.goreleaser.yml
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.OPEN_METRICS_RELEASE_TOKEN }}
3333

0 commit comments

Comments
 (0)