File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 password : ${{ secrets.GITHUB_TOKEN }}
4040
4141 - name : Install cosign
42- if : github.event_name != 'worflow_dispatch '
42+ if : github.event_name != 'workflow_dispatch '
4343 uses : sigstore/cosign-installer@v3.7.0
4444
4545 - name : Cache cargo bin
6666 run : cargo component build --release
6767
6868 - name : Publish to GitHub Container Registry
69- if : github.event_name != 'worflow_dispatch '
69+ if : github.event_name != 'workflow_dispatch '
7070 id : publish
7171 uses : bytecodealliance/wkg-github-action@v5
7272 with :
7575 version : ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
7676
7777 - name : Sign the wasm component
78- if : github.event_name != 'worflow_dispatch '
78+ if : github.event_name != 'workflow_dispatch '
7979 run : cosign sign --yes ghcr.io/${{ env.IMAGE_NAME }}/${{ env.COMPONENT_NAME }}@${{ steps.publish.outputs.digest }}
You can’t perform that action at this time.
0 commit comments