Skip to content

Commit

Permalink
Use lein to release
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Apr 24, 2024
1 parent 45c1125 commit 5cd222a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Fix git dubious directory ownership error
run: git config --global --add safe.directory /__w/re-com/re-com

- run: bb prod-once
- run: lein prod-once

- name: Slack notification
uses: homoluctus/[email protected]
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
key: cljdeps-${{ hashFiles('deps.edn') }}-${{ hashFiles ('package.json') }}-${{ hashFiles ('package-lock.json') }}
restore-keys: cljdeps-

- run: bb release
- run: lein release
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 5cd222a

Please sign in to comment.