Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mendax1234 committed May 26, 2022
1 parent 3f2bc66 commit a245406
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 @@ -23,7 +23,7 @@ jobs:
id: build
run: |
mkdir ${{ env.PLUGIN_NAME }}
cp README.md package.json icon.png *.css ${{ env.PLUGIN_NAME }}
cp README.md package.json icon.svg *.css ${{ 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 a245406

Please sign in to comment.