Skip to content

Update manifest.json #7

Update manifest.json

Update manifest.json #7

Workflow file for this run

name: Trigger Folder Notes Build
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
jobs:
trigger-build:
runs-on: ubuntu-latest
steps:
- name: Trigger build on folder-notes
run: |
curl -X POST -H "Authorization: token ${{ secrets.PAT }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/LostPaul/obsidian-folder-notes/actions/workflows/build-and-push.yml/dispatches \
-d '{"ref": "main", "inputs": {"tag": "${{ github.ref_name }}"}}'