Skip to content

Commit

Permalink
ci: fix publish-adr job
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvaill committed Dec 17, 2024
1 parent ffcb15d commit be68f40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/on-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
experimental: true # best effort mode

publish-adr:
needs: e2e-tests
needs:
- get-log4brains-version
- e2e-tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -68,7 +70,7 @@ jobs:
node-version-file: .nvmrc # current LTS
- name: Install and Build Log4brains
run: |
npm install -g log4brains
npm install -g log4brains@${{ needs.get-log4brains-version.outputs.version }}
log4brains build --basePath /${GITHUB_REPOSITORY#*/}/adr
- name: Publish to Github pages
uses: JamesIves/[email protected]
Expand Down

0 comments on commit be68f40

Please sign in to comment.