Compare commits

...

2 Commits

Author SHA1 Message Date
izzy 2cf64b556f ci: actually provide the github token secret 2025-10-08 17:41:31 +01:00
izzy 55ac9a4596 ci: ensure token can write (publish) to repo 2025-10-08 17:39:00 +01:00
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -9,6 +9,10 @@ jobs:
build-and-release:
name: Build App
runs-on: ${{ matrix.os }}
permissions:
contents: write
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
@@ -42,3 +46,5 @@ jobs:
pnpm run make
fi
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "stoat-desktop",
"productName": "stoat-desktop",
"version": "1.1.0",
"version": "1.1.7",
"main": ".vite/build/main.js",
"repository": "stoatchat/desktop",
"scripts": {