Skip to content

Commit 3711253

Browse files
authored
fix: output reference in workflow (#552)
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent f327b35 commit 3711253

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 ${{ steps.release.outputs.tag_name }} \
77+
knife supermarket share haproxy ${{ steps.release-please.outputs.tag_name }} \
7878
--supermarket-site https://supermarket.chef.io \
7979
--key ~/.chef/supermarket.pem \
8080
--user ${{ secrets.CHEF_SUPERMARKET_USER }} \

0 commit comments

Comments
 (0)