We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca2e71 commit cf822deCopy full SHA for cf822de
.github/workflows/release.yml
@@ -25,8 +25,8 @@ jobs:
25
yarn
26
yarn run build --if-present
27
mkdir ${{ env.PLUGIN_NAME }}
28
- cp main.js manifest.json ${{ env.PLUGIN_NAME }}
29
- zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }} styles.css
+ cp main.js manifest.json styles.css ${{ env.PLUGIN_NAME }}
+ zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
30
ls
31
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
32
- name: Create Release
0 commit comments