Skip to content

Commit

Permalink
update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 committed Oct 14, 2021
1 parent f2fbf9a commit 879424b
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 package.json extract.svg Extract_v2.gif ${{ env.PLUGIN_NAME }}
mv dist ${{ env.PLUGIN_NAME }}
mv dist/* ${{ env.PLUGIN_NAME }} && rm -rf dist
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 879424b

Please sign in to comment.