Skip to content

Commit b212876

Browse files
authored
fix: Missing slash in release.yml (#548)
--------- Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent fb77ab2 commit b212876

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
with:
2727
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
2828

29-
3029
- name: Checkout
3130
uses: actions/checkout@v5
3231
if: ${{ steps.release.outputs.release_created }}
@@ -75,8 +74,8 @@ jobs:
7574
7675
- name: Publish to Chef Supermarket
7776
run: |
78-
knife supermarket share haproxy \
77+
knife supermarket share haproxy ${{ steps.release.outputs.tag_name }} \
7978
--supermarket-site https://supermarket.chef.io \
8079
--key ~/.chef/supermarket.pem \
81-
--user ${{ secrets.CHEF_SUPERMARKET_USER }}
80+
--user ${{ secrets.CHEF_SUPERMARKET_USER }} \
8281
--cookbook-path ../

0 commit comments

Comments
 (0)