Skip to content

Commit

Permalink
ci: delete Build ADRs step from the release.yml (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk authored Sep 9, 2024
1 parent 58a75d8 commit c784082
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: "lts/*"

- uses: crazy-max/ghaction-import-gpg@v6
id: import_gpg
Expand All @@ -48,18 +48,6 @@ jobs:
username: ${{ env.GITHUB_ACTOR }}
password: ${{ env.GITHUB_TOKEN }}

- name: Build ADRs
run: |
cd ./identus-cloud-agent
npm install -g log4brains
log4brains build --out ../static/adrs --basePath /adrs
touch ../static/adrs/.nojekyll
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"

- name: Release
env:
GIT_AUTHOR_EMAIL: ${{ steps.import_gpg.outputs.email }}
Expand Down

0 comments on commit c784082

Please sign in to comment.