Skip to content
Snippets Groups Projects
Commit 2f005bc3 authored by Paula's avatar Paula
Browse files

(maint) Updating version and owner in release workflow

parent b1994eea
No related branches found
No related tags found
No related merge requests found
......@@ -52,12 +52,12 @@ jobs:
if: ${{ github.repository_owner == '<%= common['owner'] %>' }}
id: gv
run: |
echo "::set-output name=ver::$(cat metadata.json | jq .version | tr -d \")"
echo "::set-output name=ver::$(jq --raw-output .version metadata.json)"
- name: "Commit changes"
if: ${{ github.repository_owner == '<%= common['owner'] %>' }}
run: |
git config --local user.email "action@github.com"
git config --local user.email "${{ github.repository_owner }}@users.noreply.github.com"
git config --local user.name "GitHub Action"
git add .
git commit -m "Release prep v${{ steps.gv.outputs.ver }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment