Skip to content

Commit

Permalink
2.0.2 - Make version parse regex more lenient, grant explicit permiss…
Browse files Browse the repository at this point in the history
…ions to github actions.
  • Loading branch information
dscalzi committed Mar 29, 2023
1 parent 3295430 commit ab3d4e9
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 32 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
release:
runs-on: ${{ matrix.os }}

permissions:
contents: write

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
Expand All @@ -30,6 +33,6 @@ jobs:

- name: Build
env:
GH_TOKEN: ${{ secrets.github_token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run dist
shell: bash
59 changes: 31 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helioslauncher",
"version": "2.0.1",
"version": "2.0.2",
"productName": "Helios Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
Expand Down Expand Up @@ -32,15 +32,15 @@
"fs-extra": "^11.1.1",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "~2.0.1",
"helios-core": "~2.0.2",
"helios-distribution-types": "^1.2.0",
"jquery": "^3.6.4",
"semver": "^7.3.8"
},
"devDependencies": {
"electron": "^23.2.0",
"electron-builder": "^23.6.0",
"eslint": "^8.36.0"
"eslint": "^8.37.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ab3d4e9

Please sign in to comment.