fix: update release workflow to use macOS runner; bump version to 0.7.7
Some checks failed
Build and Release / build (x64, ubuntu-latest, linux) (push) Has been skipped
Build and Release / build (arm64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, windows-latest, win32) (push) Has been cancelled
Build and Release / release (push) Has been cancelled
Some checks failed
Build and Release / build (x64, ubuntu-latest, linux) (push) Has been skipped
Build and Release / build (arm64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, windows-latest, win32) (push) Has been cancelled
Build and Release / release (push) Has been cancelled
This commit is contained in:
parent
39fe8d948f
commit
07c39455be
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
|
||||
release:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-latest
|
||||
if: github.server_url == 'https://github.com'
|
||||
|
||||
permissions:
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "mastermind",
|
||||
"productName": "Mastermind",
|
||||
"version": "0.7.6",
|
||||
"version": "0.7.7",
|
||||
"description": "Mastermind AI assistant",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user