Skip to content

Workflow file for this run

on:
push:
branches:
- master
tags:
- "*"
jobs:
clojars:
runs-on: ubuntu-latest
steps:
# This step checks out a copy of your repository.
- uses: actions/[email protected]
- uses: jlesquembre/[email protected]
env:
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}