Skip to content

Fix output format for SVG-only diagram types (Excalidraw, BPMN, SvgBo… #10

Fix output format for SVG-only diagram types (Excalidraw, BPMN, SvgBo…

Fix output format for SVG-only diagram types (Excalidraw, BPMN, SvgBo… #10

Workflow file for this run

name: release
on:
push:
branches:
- master
pull_request:
- master
jobs:
deploy:
runs-on: ubuntu-latest
container: clojure:lein
steps:
- name: Install git
run: |
apt-get update && apt-get install -y git
git config --global --add safe.directory '*'
- name: checkout
uses: actions/checkout@v4
- name: release
env:
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
run: lein with-profile deploy release