feat: initial cir release

This commit is contained in:
DaOfficialWizard 2023-05-09 00:08:53 +01:00
parent 46bda82726
commit 2f94a6eb82
3 changed files with 8 additions and 14 deletions

View file

@ -5,9 +5,9 @@ on:
tags:
- "v*"
branches:
- dev
- master
- main
- feature/tauri
#- master
#- main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -1,12 +1,6 @@
{
"branches": [
"main",
"master",
"release",
{
"name": "dev",
"prerelease": true
}
"feature/tauri"
],
"plugins": [
[

View file

@ -2,12 +2,12 @@
name = "app"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
authors = ["autodrop3d, xibyte"]
license = "LICENSE"
repository = "https://github.com/Xibyte/jsketcher"
default-run = "app"
edition = "2021"
rust-version = "1.59"
rust-version = "1.69"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html