Skip to content

Commit

Permalink
rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz committed Nov 5, 2024
1 parent 5c1a35d commit c446acf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
corepack enable
yarn install
working-directory: docs/
- name: Build embedded docsite
run: yarn build-embedded
working-directory: docs/
Expand All @@ -33,7 +34,7 @@ jobs:
with:
name: docsite
path: docs/build
runbuild:
build-app:
needs: build-docsite
outputs:
version: ${{ steps.set-version.outputs.WAVETERM_VERSION }}
Expand Down Expand Up @@ -176,7 +177,7 @@ jobs:
path: make
create-release:
runs-on: ubuntu-latest
needs: runbuild
needs: build-app
permissions:
contents: write
if: ${{ github.event_name != 'workflow_dispatch' }}
Expand Down

0 comments on commit c446acf

Please sign in to comment.