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 fb77ab2 commit b212876Copy full SHA for b212876
.github/workflows/release.yml
@@ -26,7 +26,6 @@ jobs:
26
with:
27
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
28
29
-
30
- name: Checkout
31
uses: actions/checkout@v5
32
if: ${{ steps.release.outputs.release_created }}
@@ -75,8 +74,8 @@ jobs:
75
74
76
- name: Publish to Chef Supermarket
77
run: |
78
- knife supermarket share haproxy \
+ knife supermarket share haproxy ${{ steps.release.outputs.tag_name }} \
79
--supermarket-site https://supermarket.chef.io \
80
--key ~/.chef/supermarket.pem \
81
- --user ${{ secrets.CHEF_SUPERMARKET_USER }}
+ --user ${{ secrets.CHEF_SUPERMARKET_USER }} \
82
--cookbook-path ../
0 commit comments