Skip to content

Commit

Permalink
latest landscape structure prepare for tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
DarhkVoyd committed Jul 25, 2024
1 parent 8d9dfd1 commit f9c38da
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 104 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish
name: Publish

on:
push:
Expand All @@ -22,14 +22,14 @@ jobs:
with:
node-version: 20

# Install Landscape2
# Install Landscape2
- name: Install Landscape2
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.9.0/landscape2-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.10.0/landscape2-installer.sh | sh
# Build JSON Schema Landscape
# Build JSON Schema Landscape
- name: Build Landscape
env:
env:
GITHUB_TOKENS: ${{ secrets.GITHUB_TOKEN }}
CRUNCHBASE_API_KEY: ${{ secrets.CRUNCHBASE_API_KEY }}
run: |
Expand Down
Loading

0 comments on commit f9c38da

Please sign in to comment.