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 eaab4f7 commit 733352bCopy full SHA for 733352b
.github/workflows/build-all.yml
@@ -124,10 +124,3 @@ jobs:
124
125
- name: Add release url to summary
126
run: echo "Release created/updated at ${{ steps.create_release.outputs.url }}" >> $GITHUB_STEP_SUMMARY
127
-
128
- - name: Print diff for future PR submission
129
- run: |
130
- yarn install
131
- yarn build
132
- yarn run updateExpected --input ${{ steps.generate_sha_file.outputs.sha_output_file }}
133
- git diff
0 commit comments