Skip to content

Merge branch 'main' of https://github.com/tim-smart/obsidian-canvas-m… #4

Merge branch 'main' of https://github.com/tim-smart/obsidian-canvas-m…

Merge branch 'main' of https://github.com/tim-smart/obsidian-canvas-m… #4

Workflow file for this run

name: Release
on:
push:
tags:
- "*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag="${GITHUB_REF#refs/tags/}"
gh release create "$tag" \
--title="$tag" \
main.js manifest.json