Skip to content

Commit

Permalink
try lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Nov 28, 2024
1 parent 2f154c1 commit d731f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# exporting env vars to be used in invoked workflows
py_ver: ${{ env.PY_VER }}
go_ver: ${{ env.GO_VER }}
SOURCE_TAG_NO_V_PREFIX: ${{ env.SOURCE_TAG_NO_V_PREFIX }}
source_tag_no_prefix: ${{ env.SOURCE_TAG_NO_V_PREFIX }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
Expand Down Expand Up @@ -503,7 +503,7 @@ jobs:
needs: build-and-release
uses: ./.github/workflows/build-devcontainer.yml
with:
CLAB_VERSION: ${{ needs.file-changes.outputs.SOURCE_TAG_NO_V_PREFIX }}
CLAB_VERSION: ${{ needs.file-changes.outputs.source_tag_no_prefix }}

# update docs allows to make the docs changes outside of the release cycle
# it skips the code build/release and proceeds with docs publishing
Expand Down

0 comments on commit d731f71

Please sign in to comment.