Skip to content

Commit 5d46104

Browse files
author
Matt Pryor
committed
Correct syntax error
1 parent 3100010 commit 5d46104

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646

4747
- name: Publish release
4848
uses: softprops/action-gh-release@v1
49-
files: ./infrastructure-components.yaml
49+
with:
50+
files: ./infrastructure-components.yaml

0 commit comments

Comments
 (0)