diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3a17c48..2367666 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,11 +1,11 @@ # https://raw.githubusercontent.com/obsidianmd/obsidian-developer-docs/main/en/Plugins/Releasing/Release%20your%20plugin%20with%20GitHub%20Actions.md name: Release Obsidian plugin - on: - push: - tags: - - "*" +on: + push: + tags: + - "*" - jobs: +jobs: build: runs-on: ubuntu-latest @@ -31,4 +31,4 @@ name: Release Obsidian plugin gh release create "$tag" \ --title="$tag" \ --draft \ - main.js manifest.json styles.css \ No newline at end of file + main.js manifest.json styles.css