Skip to content

gh action: deploy to clojars in tags generate #1

gh action: deploy to clojars in tags generate

gh action: deploy to clojars in tags generate #1

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
clojars:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: clojars-deploy
uses: "DeLaGuardo/[email protected]"
with:
cli: "1.11.1.1139"
- run: |
clj -M:dev --report stderr -m com.moclojer.tools.build && \
clj -X:deploy-clojars
env:
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}