this repo has no description

1.0.1

Changed files
+6 -3
.github
workflows
+4 -1
.github/workflows/release.yml
···
NODE_ENV: production
run: pnpm run build
- name: Create archive
-
run: tar -czf ./dist.tar.gz ./dist
+
run: |
+
cd ./dist
+
tar -czf ../dist.tar.gz *
+
cd ..
- name: Deploy to GitHub
uses: ncipollo/release-action@v1
+1 -1
CHANGELOG.md
···
-
- Initial release
+
- Fix release builds
+1 -1
package.json
···
{
"name": "moonlight",
-
"version": "1.0.0",
+
"version": "1.0.1",
"description": "Yet another Discord mod",
"homepage": "https://moonlight-mod.github.io/",
"repository": {