Skip to content

Commit f63a220

Browse files
authored
fix(ci): Fix share command (#556)
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent 962763d commit f63a220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Publish to Chef Supermarket
7676
run: |
77-
knife supermarket share haproxy ${{ needs.release-please.outputs.tag_name }} \
77+
knife supermarket share haproxy \
7878
--supermarket-site https://supermarket.chef.io \
7979
--key ~/.chef/supermarket.pem \
8080
--user ${{ secrets.CHEF_SUPERMARKET_USER }} \

0 commit comments

Comments
 (0)