Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
trashhalo committed Jun 4, 2022
1 parent 0e84984 commit c149371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
yarn build
mkdir ${{ env.PLUGIN_NAME }}
cp README.md ${{ env.PLUGIN_NAME }}
mv dist ${{ env.PLUGIN_NAME }}
mv dist/* ${{ env.PLUGIN_NAME }}
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
ls
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
Expand Down

0 comments on commit c149371

Please sign in to comment.