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 b73c185 commit 7bf415dCopy full SHA for 7bf415d
.github/workflows/auto_release.yml
@@ -46,7 +46,7 @@ jobs:
46
if: ${{ github.repository_owner == 'puppetlabs' }}
47
id: gv
48
run: |
49
- echo "::set-output name=ver::$(cat metadata.json | jq .version | tr -d \")"
+ echo "::set-output name=ver::$(jq --raw-output .version metadata.json)"
50
51
- name: "Commit changes"
52
0 commit comments