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 1, 2022
1 parent 9e28764 commit 3fdcb56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- name: Create zip
run: |
zip ${{ env.PLUGIN_NAME }}.zip index.html index.js
ls
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
- name: Create Release
uses: ncipollo/release-action@v1
id: create_release
Expand Down

0 comments on commit 3fdcb56

Please sign in to comment.