Skip to content

v0.4.156

v0.4.156 #158

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
release:
types: [published]
jobs:
build:
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
runs-on: ubuntu-latest
environment: deploy
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: DeLaGuardo/[email protected]
with:
cli: '1.11.1.1347'
- uses: actions/cache@v3
with:
path: ~/.m2
key: default-build
- run: clojure -T:build ci
- uses: codecov/codecov-action@v3
- name: clojars
if: github.event.release
run: clojure -T:build deploy
env:
CLOJARS_USERNAME: ${{secrets.CLOJARS_USERNAME}}
CLOJARS_PASSWORD: ${{secrets.CLOJARS_PASSWORD}}