Skip to content

Commit

Permalink
Fix copy paste issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Phasip authored Oct 13, 2023
1 parent eed5307 commit 60342bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -31,4 +31,4 @@ name: Release Obsidian plugin
gh release create "$tag" \
--title="$tag" \
--draft \
main.js manifest.json styles.css
main.js manifest.json styles.css

0 comments on commit 60342bf

Please sign in to comment.