Skip to content

Commit ab3d4e9

Browse files
committed
2.0.2 - Make version parse regex more lenient, grant explicit permissions to github actions.
1 parent 3295430 commit ab3d4e9

File tree

3 files changed

+38
-32
lines changed

3 files changed

+38
-32
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
release:
77
runs-on: ${{ matrix.os }}
88

9+
permissions:
10+
contents: write
11+
912
strategy:
1013
matrix:
1114
os: [macos-latest, ubuntu-latest, windows-latest]
@@ -30,6 +33,6 @@ jobs:
3033

3134
- name: Build
3235
env:
33-
GH_TOKEN: ${{ secrets.github_token }}
36+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3437
run: npm run dist
3538
shell: bash

package-lock.json

Lines changed: 31 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helioslauncher",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"productName": "Helios Launcher",
55
"description": "Modded Minecraft Launcher",
66
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
@@ -32,15 +32,15 @@
3232
"fs-extra": "^11.1.1",
3333
"github-syntax-dark": "^0.5.0",
3434
"got": "^11.8.5",
35-
"helios-core": "~2.0.1",
35+
"helios-core": "~2.0.2",
3636
"helios-distribution-types": "^1.2.0",
3737
"jquery": "^3.6.4",
3838
"semver": "^7.3.8"
3939
},
4040
"devDependencies": {
4141
"electron": "^23.2.0",
4242
"electron-builder": "^23.6.0",
43-
"eslint": "^8.36.0"
43+
"eslint": "^8.37.0"
4444
},
4545
"repository": {
4646
"type": "git",

0 commit comments

Comments
 (0)