Skip to content

Add inert boolean attribute #23

Add inert boolean attribute

Add inert boolean attribute #23

Workflow file for this run

name: deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
environment: clojars
steps:
- name: setup clojure
uses: DeLaGuardo/setup-clojure@master
with:
cli: '1.11.1.1413'
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: build library jar
run: clojure -T:build jar
- name: deploy to clojars
env:
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
run: clojure -X:deploy