Skip to content

Commit 343fa24

Browse files
authored
fix; Patch metadata.rb and fix release output (#554)
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent 93da27a commit 343fa24

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"changelog-path": "CHANGELOG.md",
66
"release-type": "ruby",
77
"include-component-in-tag": false,
8-
"version-file": "version.rb"
8+
"version-file": "metadata.rb"
99
}
1010
},
1111
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)