Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Update release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusolsson committed Oct 8, 2021
1 parent 9a664ac commit 6fa29d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
yarn install
yarn run build
mkdir ${{ env.PLUGIN_NAME }}
cp -r main.js manifest.json styles.css data ${{ env.PLUGIN_NAME }}
cp -r main.js manifest.json styles.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 6fa29d1

Please sign in to comment.