build to release
Some checks failed
Build / release (macos-latest) (release) Failing after 2m13s
Build / release (ubuntu-latest) (release) Failing after 54s
Build / release (windows-latest) (release) Failing after 53s

This commit is contained in:
2024-09-14 23:03:41 +02:00
parent 4d722eb24d
commit ad8a0caf14

View File

@@ -33,6 +33,6 @@ jobs:
- name: Build
env:
GH_TOKEN: ${{ secrets.REPO_TOKEN }}
GH_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: npm run dist
shell: bash