Fix publish and tag new release
This commit is contained in:
parent
c62b85c04d
commit
f5eca5ddf8
5 changed files with 8 additions and 5 deletions
1
.github/workflows/release-plugin.yml
vendored
1
.github/workflows/release-plugin.yml
vendored
|
|
@ -11,6 +11,7 @@ on:
|
|||
branches: ["master"]
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
jobs:
|
||||
build-plugin:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "sample-plugin",
|
||||
"name": "Sync & Share",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.3",
|
||||
"minAppVersion": "0.0.0",
|
||||
"description": "Demonstrates some of the capabilities of the Obsidian API.",
|
||||
"author": "Obsidian",
|
||||
|
|
|
|||
4
plugin/package-lock.json
generated
4
plugin/package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-sample-plugin",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-sample-plugin",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.3",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-sample-plugin",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.3",
|
||||
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"0.0.0": "0.0.0",
|
||||
"0.0.1": "0.0.0"
|
||||
"0.0.1": "0.0.0",
|
||||
"0.0.2": "0.0.0",
|
||||
"0.0.3": "0.0.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue