diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6899318ae..3ec53bee7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 }}