Skip to content

Commit 003a0dc

Browse files
committed
Fixed passing of parameters to build-test-publish.
1 parent f72017e commit 003a0dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Build, test, publish
2727
uses: aidc-toolkit/.github/actions/build-test-publish@main
2828
with:
29-
node_version: vars.NODE_VERSION
30-
terminal_pre_build: vars.TERMINAL_PRE_BUILD
31-
terminal_post_build: vars.TERMINAL_POST_BUILD
29+
node_version: ${{ vars.NODE_VERSION }}
30+
terminal_pre_build: ${{ vars.TERMINAL_PRE_BUILD }}
31+
terminal_post_build: ${{ vars.TERMINAL_POST_BUILD }}

0 commit comments

Comments
 (0)