From dad2ce24a3abda241f618baa8a3a2c4a3d515254 Mon Sep 17 00:00:00 2001 From: David Valentine Date: Mon, 23 Jan 2023 09:08:28 -0800 Subject: [PATCH] Update nabu dependencies during merge with dev fix workflow --- .github/workflows/release_gleaner.yml | 2 +- .github/workflows/release_gleaner_v3.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_gleaner.yml b/.github/workflows/release_gleaner.yml index 9c5f6d5e..3ff956d5 100644 --- a/.github/workflows/release_gleaner.yml +++ b/.github/workflows/release_gleaner.yml @@ -35,5 +35,5 @@ jobs: project_path: "./cmd/gleaner" binary_name: "gleaner" ldflags: "-s -w -X main.VERSION=${{ env.VERSION }}" - extra_files: README.md docs/ configs/ scripts/ schemaorg-current-https.jsonld + extra_files: README.md docs/ configs/ scripts/ assets/ # extra_files: LICENSE README.md diff --git a/.github/workflows/release_gleaner_v3.yml b/.github/workflows/release_gleaner_v3.yml index 5049164b..d3801ab3 100644 --- a/.github/workflows/release_gleaner_v3.yml +++ b/.github/workflows/release_gleaner_v3.yml @@ -38,5 +38,5 @@ jobs: project_path: "./cmd/glcon" binary_name: "glcon" ldflags: "-s -w -X main.VERSION=${{ env.VERSION }}" - extra_files: README.md docs/ configs/ scripts/ schemaorg-current-https.jsonld assets/ + extra_files: README.md docs/ configs/ scripts/ assets/ # extra_files: LICENSE README.md