Skip to content

Update dependencies and fix reflection warnings #11

Update dependencies and fix reflection warnings

Update dependencies and fix reflection warnings #11

Workflow file for this run

name: CI
on:
push:
tags:
- '**'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DeLaGuardo/setup-clojure@master
with:
cli: 'latest'
bb: 'latest'
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Deploy
env:
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
run: bb deploy:clojars