We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51276aa commit 5e5b66eCopy full SHA for 5e5b66e
.github/workflows/release.yml
@@ -11,6 +11,9 @@ on:
11
12
jobs:
13
release:
14
+ permissions:
15
+ contents: write
16
+ packages: write
17
runs-on: ${{ matrix.os }}
18
19
strategy:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "flowinity",
3
- "version": "1.0.10",
+ "version": "1.0.11",
4
"description": "Flowinity Desktop",
5
"main": "./out/main/index.js",
6
"author": "Flowinity",
0 commit comments