Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mesak committed Jul 8, 2023
1 parent 526ea13 commit 30782eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:

- name: Build and test frontend
run: yarn build

- name: Change README
run: |
cp README.md dist/README.md
- name: Sign plugin
run: yarn sign
Expand Down Expand Up @@ -88,7 +92,6 @@ jobs:
- name: Package plugin
id: package-plugin
run: |
cp README.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 30782eb

Please sign in to comment.