Skip to content

Commit

Permalink
fix: add ADRs in the release process (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
abalias committed May 26, 2023
1 parent a37565b commit f033e08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
cd ./atala-prism-building-blocks
npm install -g log4brains
log4brains build --out ../static/adrs
touch ../static/adrs/.nojekyll
- name: Build website
run: |
yarn build --out-dir infra/website
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
registry: ghcr.io
username: ${{ secrets.ATALA_GITHUB_ACTOR }}
password: ${{ secrets.ATALA_GITHUB_TOKEN }}
- name: Build ADRs
run: |
cd ./atala-prism-building-blocks
npm install -g log4brains
log4brains build --out ../static/adrs
touch ../static/adrs/.nojekyll
- name: Release
env:
GIT_AUTHOR_EMAIL: ${{ steps.import_gpg.outputs.email }}
Expand Down

0 comments on commit f033e08

Please sign in to comment.