Skip to content

Commit

Permalink
Switch PLUGIN.md and README.md before signing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Jul 14, 2022
1 parent 7425356 commit c837abc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ jobs:
run: yarn install --frozen-lockfile

- name: Build and test frontend
run: yarn build
run: |
mv PLUGIN.md README.md
yarn build
- name: Download
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -228,7 +230,6 @@ jobs:
- name: Package plugin
id: package-plugin
run: |
cp PLUGIN.md dist/README.md
mv dist ${{ steps.metadata.outputs.plugin-id }}
zip ${{ steps.metadata.outputs.archive }} ${{ steps.metadata.outputs.plugin-id }} -r
md5sum ${{ steps.metadata.outputs.archive }} > ${{ steps.metadata.outputs.archive-checksum }}
Expand Down

0 comments on commit c837abc

Please sign in to comment.