We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 365a43b + 1015cee commit c629d43Copy full SHA for c629d43
.github/workflows/release.yaml
@@ -123,7 +123,7 @@ jobs:
123
path: helm-charts
124
125
- name: Publish Release
126
- run: awesome-ci release publish -releaseid "$ACI_RELEASE_ID" -asstes "file=out/$ARTIFACT1"
+ run: awesome-ci release publish -releaseid "$ACI_RELEASE_ID" -assets "file=out/$ARTIFACT1"
127
env:
128
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129
ACI_RELEASE_ID: ${{ needs.generate_infos.outputs.releaseid }}
0 commit comments