Skip to content

Commit

Permalink
1.2.9 test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheStanish committed Jun 7, 2023
1 parent bc2b7b0 commit 0b91c02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'

- name: Install dependencies
run: npm ci
env:
NODE_ENV: development
run: npm install

- name: Get current version
id: get_version
Expand All @@ -35,8 +37,7 @@ jobs:
- name: Find latest asset
id: find_latest_asset
run: |
latest_file=$(ls -t out/make/* | head -n1)
asset_path=$(realpath --relative-to=./ "$latest_file")
asset_path=$(pwd)/out/make
echo "::set-output name=asset_path::$asset_path"
- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<div class="no-drag">
<h1 class="main-msg">Hello Hoseki! Meh</h1>
<p>Welcome to your Electron application v1.2.8</p>
<p>Welcome to your Electron application v1.2.9</p>
<p id="p1">First paragraph</p>
<p id="p2">Second paragraph</p>
<p id="p3">Third paragraph</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hoseki-admin",
"productName": "hoseki-admin",
"version": "1.2.8",
"version": "1.2.9",
"description": "Hoseki admin app test",
"main": ".vite/build/main.js",
"scripts": {
Expand Down

0 comments on commit 0b91c02

Please sign in to comment.