Skip to content

Commit

Permalink
fix publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Apr 4, 2022
1 parent 9dc91e4 commit 65d8fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Create zip
id: build
run: |
zip ${{ env.PLUGIN_NAME }}.zip index.html index.js
zip ${{ env.PLUGIN_NAME }}.zip index.html index.js package.json
ls
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
- name: Create Release
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./package.json
asset_name: package.json
asset_content_type: application/json
asset_content_type: application/json

0 comments on commit 65d8fd6

Please sign in to comment.