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 f327b35 commit 3711253Copy full SHA for 3711253
.github/workflows/release.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Publish to Chef Supermarket
76
run: |
77
- knife supermarket share haproxy ${{ steps.release.outputs.tag_name }} \
+ knife supermarket share haproxy ${{ steps.release-please.outputs.tag_name }} \
78
--supermarket-site https://supermarket.chef.io \
79
--key ~/.chef/supermarket.pem \
80
--user ${{ secrets.CHEF_SUPERMARKET_USER }} \
0 commit comments