Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Sep 5, 2024
1 parent 5c19c7f commit 1684944
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: build qryn-view
uses: ./.github/actions/get-view
env:
tag: v3.3.2
TAG: v3.3.2
- name: Publish to NPM
if: ${{ steps.checksecrets.outputs.secretspresent }}
continue-on-error: true
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: build qryn-view
uses: ./.github/actions/get-view
env:
tag: v3.3.2
TAG: v3.3.2
- name: Set up Docker QEMU
if: ${{ steps.checkdocker.outputs.secretspresent }}
uses: docker/[email protected]
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: build qryn-view
uses: ./.github/actions/get-view
env:
tag: v3.3.2
TAG: v3.3.2
- name: Set up Docker QEMU
if: ${{ steps.checkdocker.outputs.secretspresent }}
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-clickhouse.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: build qryn-view
uses: ./.github/actions/get-view
env:
tag: v3.3.2
TAG: v3.3.2
- name: check if qryn-view pulled
run: pushd view && ls | grep assets && popd
- run: npm install
Expand Down

0 comments on commit 1684944

Please sign in to comment.