Skip to content

Commit c837abc

Browse files
committed
Switch PLUGIN.md and README.md before signing plugin
1 parent 7425356 commit c837abc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ jobs:
175175
run: yarn install --frozen-lockfile
176176

177177
- name: Build and test frontend
178-
run: yarn build
178+
run: |
179+
mv PLUGIN.md README.md
180+
yarn build
179181
180182
- name: Download
181183
uses: actions/download-artifact@v3
@@ -228,7 +230,6 @@ jobs:
228230
- name: Package plugin
229231
id: package-plugin
230232
run: |
231-
cp PLUGIN.md dist/README.md
232233
mv dist ${{ steps.metadata.outputs.plugin-id }}
233234
zip ${{ steps.metadata.outputs.archive }} ${{ steps.metadata.outputs.plugin-id }} -r
234235
md5sum ${{ steps.metadata.outputs.archive }} > ${{ steps.metadata.outputs.archive-checksum }}

0 commit comments

Comments
 (0)