chore(ci): .env not available in with shared workflow context (#4631)

Le sigh
This commit is contained in:
Jamil
2024-04-15 17:01:17 -07:00
committed by GitHub
parent 9036a9fcc5
commit 9a317247a1

View File

@@ -23,7 +23,9 @@ jobs:
uses: ./.github/workflows/_build_artifacts.yml
secrets: inherit
with:
tag_name: "${{ env.VERSION }}"
# See https://github.com/actions/runner/issues/2372
# mark:automatic-version
tag_name: "1.0.0"
image_prefix: "dev"
stage: "debug"
profile: "debug"