Skip to content

Merge pull request #7 from anderseknert/dependabot/github_actions/act… #32

Merge pull request #7 from anderseknert/dependabot/github_actions/act…

Merge pull request #7 from anderseknert/dependabot/github_actions/act… #32

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy
run: lein deploy clojars
env:
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}