Skip to content

Commit 50e5547

Browse files
author
Martin Clauss
committed
Adjust inspector build dependency
1 parent 46e4219 commit 50e5547

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/release.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -76,24 +76,24 @@ jobs:
7676
# uses: ./.github/workflows/testlab.yaml
7777
# secrets: inherit
7878

79-
# build_inspector:
80-
# name: Build Inspector
81-
# needs: testlab
82-
# runs-on: ubuntu-latest
83-
# steps:
84-
# - uses: actions/checkout@v3
85-
# - uses: subosito/flutter-action@v2
86-
# - name: Build
87-
# run: flutter build web --base-href /${{ github.ref_name }}/
88-
# working-directory: packages/isar_inspector
89-
# - name: Deploy to GitHub Pages
90-
# uses: JamesIves/github-pages-deploy-action@v4
91-
# with:
92-
# folder: packages/isar_inspector/build/web
93-
# repository-name: isar/inspector
94-
# token: ${{ secrets.TOKEN }}
95-
# target-folder: ${{ github.ref_name }}
96-
# clean: false
79+
build_inspector:
80+
name: Build Inspector
81+
needs: build_binaries
82+
runs-on: ubuntu-latest
83+
steps:
84+
- uses: actions/checkout@v3
85+
- uses: subosito/flutter-action@v2
86+
- name: Build
87+
run: flutter build web --base-href /${{ github.ref_name }}/
88+
working-directory: packages/isar_inspector
89+
- name: Deploy to GitHub Pages
90+
uses: JamesIves/github-pages-deploy-action@v4
91+
with:
92+
folder: packages/isar_inspector/build/web
93+
repository-name: isar/inspector
94+
token: ${{ secrets.TOKEN }}
95+
target-folder: ${{ github.ref_name }}
96+
clean: false
9797

9898
# publish:
9999
# name: Publish

0 commit comments

Comments
 (0)