Skip to content

Commit

Permalink
fix: runTestEnvVars
Browse files Browse the repository at this point in the history
  • Loading branch information
erincgucer committed Sep 6, 2024
1 parent 8e22784 commit 1fb3e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/.github/workflows/build-release.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
env:
GITHUB_TOKEN: {{ "${{ steps.generate_token.outputs.token }}" }}
## <<Stencil::Block(runTestEnvVars)>>
{{ file.Block "runTestEnvVars" }}
{{ file.Block "runTestEnvVars" }}
## <</Stencil::Block>>
## <<Stencil::Block(buildteststeps)>>
{{ file.Block "arguments" }}
Expand Down

0 comments on commit 1fb3e34

Please sign in to comment.