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 93da27a commit 343fa24Copy full SHA for 343fa24
2 files changed
.github/workflows/release.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Publish to Chef Supermarket
76
run: |
77
- knife supermarket share haproxy ${{ steps.release-please.outputs.tag_name }} \
+ knife supermarket share haproxy ${{ needs.release-please.outputs.tag_name }} \
78
--supermarket-site https://supermarket.chef.io \
79
--key ~/.chef/supermarket.pem \
80
--user ${{ secrets.CHEF_SUPERMARKET_USER }} \
release-please-config.json
@@ -5,7 +5,7 @@
5
"changelog-path": "CHANGELOG.md",
6
"release-type": "ruby",
7
"include-component-in-tag": false,
8
- "version-file": "version.rb"
+ "version-file": "metadata.rb"
9
}
10
},
11
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
0 commit comments