Skip to content

Commit

Permalink
fluff ⬆️ & ✨ for naming stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ncx-kevinCefalu committed Sep 28, 2023
1 parent 3eba2a8 commit cb98ccd
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 @@ -60,7 +60,7 @@ jobs:
ls -la ${{ env.PLUGIN_NAME }}
- name: 🥳 Publish Release
- name: ⬆️ Publish Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: dist/${{ env.PLUGIN_NAME }}
Expand All @@ -72,4 +72,4 @@ jobs:
# TODO: Re-add `--discussion-category "Announcements"`
gh release create "$tag" --title="v$tag" --prerelease \
main.js manifest.json styles.css templates/*.template.md \
'${{ env.PLUGIN_NAME }}.zip#Plugin Package'
'${{ env.PLUGIN_NAME }}.zip#Plugin Package'

0 comments on commit cb98ccd

Please sign in to comment.