diff --git a/.github/workflows/release-and-pr.yml b/.github/workflows/release-and-pr.yml index b26ddba..fafe790 100644 --- a/.github/workflows/release-and-pr.yml +++ b/.github/workflows/release-and-pr.yml @@ -58,7 +58,7 @@ jobs: git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" git checkout -b match-version-release - sed -i "s/tag:.*/tag: ${{ env.NEW_TAG }}/g" sigsci-values.yaml + sed -i "s/tag:.*/tag: \"${{ env.NEW_TAG }}\"/g" sigsci-values.yaml git commit -am "Automated PR - Match upstream version" && git push -u origin match-version-release curl -X POST -u ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} \ @@ -80,4 +80,4 @@ jobs: -H "Accept: application/vnd.github.v3+json" \ -u ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} \ ${{ env.GH_REPO }}/pulls/${{ env.PR_NUM }}/requested_reviewers \ - --data '{"team_reviewers":["signalsciences/releng"]}' + --data '{"reviewers":["lisa-sigsci","bbucher-sigsci","leaf-fastly","rell-fastly","andy-fastly"]}'