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 7425356 commit c837abcCopy full SHA for c837abc
.github/workflows/publish.yml
@@ -175,7 +175,9 @@ jobs:
175
run: yarn install --frozen-lockfile
176
177
- name: Build and test frontend
178
- run: yarn build
+ run: |
179
+ mv PLUGIN.md README.md
180
+ yarn build
181
182
- name: Download
183
uses: actions/download-artifact@v3
@@ -228,7 +230,6 @@ jobs:
228
230
- name: Package plugin
229
231
id: package-plugin
232
run: |
- cp PLUGIN.md dist/README.md
233
mv dist ${{ steps.metadata.outputs.plugin-id }}
234
zip ${{ steps.metadata.outputs.archive }} ${{ steps.metadata.outputs.plugin-id }} -r
235
md5sum ${{ steps.metadata.outputs.archive }} > ${{ steps.metadata.outputs.archive-checksum }}
0 commit comments