We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffcb15d commit be68f40Copy full SHA for be68f40
.github/workflows/on-release-tag.yml
@@ -55,7 +55,9 @@ jobs:
55
experimental: true # best effort mode
56
57
publish-adr:
58
- needs: e2e-tests
+ needs:
59
+ - get-log4brains-version
60
+ - e2e-tests
61
runs-on: ubuntu-latest
62
steps:
63
- uses: actions/checkout@v4
@@ -68,7 +70,7 @@ jobs:
68
70
node-version-file: .nvmrc # current LTS
69
71
- name: Install and Build Log4brains
72
run: |
- npm install -g log4brains
73
+ npm install -g log4brains@${{ needs.get-log4brains-version.outputs.version }}
74
log4brains build --basePath /${GITHUB_REPOSITORY#*/}/adr
75
- name: Publish to Github pages
76
uses: JamesIves/github-pages-deploy-action@3.7.1
0 commit comments