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.
1 parent 3fa9bf9 commit 1015ceeCopy full SHA for 1015cee
.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