File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,8 @@ jobs:
143143 GH_TOKEN : ${{ github.token }}
144144 run : |
145145 UPDATED_NOTES=$(gh release view ${{ github.ref_name }} --json body -q '.body')
146- UPDATED_NOTES=$(echo "$ UPDATED_NOTES" | sed "s/ {{ amp-devcontainer-${{ matrix.flavor }}-version }}/ ${{ github.ref_name }}/g")
147- UPDATED_NOTES=$(echo "$ UPDATED_NOTES" | sed "s/ {{ amp-devcontainer-${{ matrix.flavor }}-sha }}/ ${{ steps.build-and-push.outputs.digest }}/g")
146+ UPDATED_NOTES=${ UPDATED_NOTES//' {{ amp-devcontainer-${{ matrix.flavor }}-version }}'/' ${{ github.ref_name }}'}
147+ UPDATED_NOTES=${ UPDATED_NOTES//' {{ amp-devcontainer-${{ matrix.flavor }}-sha }}'/' ${{ steps.build-and-push.outputs.digest }}'}
148148 gh release edit ${{ github.ref_name }} --notes "${UPDATED_NOTES}"
149149 acceptance-test :
150150 if : github.event_name == 'pull_request'
You can’t perform that action at this time.
0 commit comments