Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HEmile committed Apr 12, 2021
1 parent 4482668 commit 70ca46d
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 @@ -27,7 +27,7 @@ jobs:
npm install
npm run build --if-present
mkdir ${{ env.PLUGIN_NAME }}
cp main.js ../manifest.json style.css ${{ env.PLUGIN_NAME }}
cp 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 70ca46d

Please sign in to comment.