We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d06c9a commit 96d8dccCopy full SHA for 96d8dcc
.github/workflows/release.yaml
@@ -42,6 +42,7 @@ jobs:
42
account_key: ${{ secrets.GCLOUD_KEY }}
43
- name: Release
44
if: github.event.release.tag_name
45
+ working-directory: ./tools/wasme/cli
46
env:
47
KUBECTL: ${{ steps.kubectl.outputs.kubectl-path }}
48
QUAY_IO_PASSWORD: ${{ secrets.QUAY_IO_PASSWORD }}
0 commit comments