Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 8, 2023
1 parent acc8a6a commit a803448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
uses: fluentci-io/setup-fluentci@v1
- name: Run Dagger Pipelines
run: |
deno install -A -r -f -q https://deno.land/x/fluentci@v0.6.9/main.ts -n fluentci
deno install --import-map=https://deno.land/x/fluentci@v0.6.9/import_map.json -A -r -f https://deno.land/x/fluentci@v0.6.9/main.ts -n fluentci
fluentci run deno_pipeline fmt lint
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Build
run: |
deno install -A -r -f -q https://deno.land/x/fluentci@v0.6.9/main.ts -n fluentci
deno install --import-map=https://deno.land/x/fluentci@v0.6.9/import_map.json -A -r -f https://deno.land/x/fluentci@v0.6.9/main.ts -n fluentci
fluentci run . compile
env:
TAG: ${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit a803448

Please sign in to comment.