mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-15 19:00:15 +00:00
Compare commits
4 Commits
0.25.76-cli
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 18a59219f7 | |||
| c9095738e6 | |||
| bed415fc6b | |||
| 4eeb93b9e4 |
@@ -12,6 +12,17 @@ on:
|
||||
- main
|
||||
tags:
|
||||
- "*.*.*-cli"
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "*.md"
|
||||
- "images/**"
|
||||
- "assets/**"
|
||||
- "instruction_images/**"
|
||||
- "src/apps/webapp/**"
|
||||
- "src/apps/webpeer/**"
|
||||
- ".github/workflows/release.yml"
|
||||
- ".github/workflows/unit-ci.yml"
|
||||
- ".github/workflows/harness-ci.yml"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
dry_run:
|
||||
|
||||
@@ -4,6 +4,7 @@ on:
|
||||
# Sequence of patterns matched against refs/tags
|
||||
tags:
|
||||
- '*' # Push events to matching any tag format, i.e. 1.0, 20.15.10
|
||||
- '!*-cli' # Exclude command-line interface tags
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -5,6 +5,8 @@ The head note of 0.25 is now in [updates_old.md](https://github.com/vrtmrz/obsid
|
||||
|
||||
## 0.25.76
|
||||
|
||||
15th June, 2026
|
||||
|
||||
### Fixed
|
||||
|
||||
- Now the S3 connection with custom headers works properly (#875).
|
||||
|
||||
Reference in New Issue
Block a user