Skip to content

Commit

Permalink
Merge pull request #84 from mellobacon/dev
Browse files Browse the repository at this point in the history
Attempt fix nightly workflow
  • Loading branch information
mellobacon authored Jul 14, 2023
2 parents 44c4999 + 0a9b1a5 commit b12f9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
workspaces: './src-tauri -> target'

- name: setup node
uses: actions/setup-node@v3
uses: actions/setup-node@main
with:
node-version: 'lts/*'
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "nucleus",
"version": "0.2"
"version": "0.2.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit b12f9b1

Please sign in to comment.