tmp
This commit is contained in:
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -29,13 +29,13 @@ jobs:
|
||||
- name: Rust cache
|
||||
uses: swatinem/rust-cache@v2
|
||||
with:
|
||||
workspaces: './src-tauri -> target'
|
||||
workspaces: "./src-tauri -> target"
|
||||
|
||||
- name: Sync node version and setup cache
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: 'yarn'
|
||||
node-version: "16"
|
||||
cache: "yarn"
|
||||
- name: Install frontend dependencies
|
||||
run: yarn install
|
||||
- name: Build the app
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tagName: ${{ github.ref_name }}
|
||||
releaseName: 'Snort v__VERSION__'
|
||||
releaseBody: 'See the assets to download and install this version.'
|
||||
releaseName: "Snort v__VERSION__"
|
||||
releaseBody: "See the assets to download and install this version."
|
||||
releaseDraft: true
|
||||
prerelease: false
|
||||
prerelease: false
|
||||
|
Reference in New Issue
Block a user