Update release.yml

This commit is contained in:
pacnpal
2025-02-10 16:47:22 -05:00
committed by GitHub
parent 1b84aff159
commit dd1b18e57a

View File

@@ -24,6 +24,14 @@ jobs:
- name: Build
run: npm run build
- name: Commit built files
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add dist
git commit -m 'Add built files'
git push origin HEAD:main
- name: Create Release
uses: softprops/action-gh-release@v1