Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
yaleiyale committed Dec 13, 2022
1 parent 0aa10ba commit 6e3de6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
mkdir ${{ env.PLUGIN_NAME }}
cp ./dist/main.js ./dist/manifest.json ./dist/styles.css ${{ env.PLUGIN_NAME }}
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
echo "name=tag_name::$(git tag --sort version:refname | tail -n 1)"
ls
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 6e3de6f

Please sign in to comment.