Skip to content

Commit 1015cee

Browse files
committed
fix typo in workflow
1 parent 3fa9bf9 commit 1015cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
path: helm-charts
124124

125125
- name: Publish Release
126-
run: awesome-ci release publish -releaseid "$ACI_RELEASE_ID" -asstes "file=out/$ARTIFACT1"
126+
run: awesome-ci release publish -releaseid "$ACI_RELEASE_ID" -assets "file=out/$ARTIFACT1"
127127
env:
128128
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129129
ACI_RELEASE_ID: ${{ needs.generate_infos.outputs.releaseid }}

0 commit comments

Comments
 (0)