diff --git a/.github/workflows/release-artifacts.yaml b/.github/workflows/release-artifacts.yaml index c04cbd3..462e1f3 100644 --- a/.github/workflows/release-artifacts.yaml +++ b/.github/workflows/release-artifacts.yaml @@ -87,7 +87,7 @@ jobs: - name: Conditionally set tag if: steps.changes.outputs.src == 'true' run: | - echo "tag=$(./.github/get_version.sh ./.github/versions/${{ matrix.policy.version-file }})" >> $GITHUB_ENV + echo "tag=$(./.github/get_version.sh ${{ matrix.policy.version-file }})" >> $GITHUB_ENV echo "tag=${{ env.tag }}" - name: Install genval if: steps.changes.outputs.src == 'true' diff --git a/genval/modules/cuemod-k8s:v1.30/README.md b/genval/modules/cuemod-k8s:v1.30/README.md index 2099d5c..76be1e7 100644 --- a/genval/modules/cuemod-k8s:v1.30/README.md +++ b/genval/modules/cuemod-k8s:v1.30/README.md @@ -11,4 +11,4 @@ This directory structure serves as a foundational workspace for generating and v - `input` directory: This directory is designated for storing all manifests that users intend to generate from or validate against specific Cuelang policies. When using the `genval cue` command, this directory should be specified with the `--reqinput` flag. -- `policy` directory: This directory is reserved for maintaining **Cuelang** definitions/policies, referred to as policies in the context of Genval. When executing the `genval cue` command, this directory should be provided with the `--policy` flag. The policy dir also containes all the dependencies required for writing policies for a specified technology via `genval cuemod init --tool` command. +- `policy` directory: This directory is reserved for maintaining **Cuelang** definitions/policies, referred to as policies in the context of Genval. When executing the `genval cue` command, this directory should be provided with the `--policy` flag. The policy dir also containes all the dependencies required for writing policies for a specified technology via `genval cuemod init` command.