From 870025612169ff90bfc77d58a2e08116c6c36c66 Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Wed, 20 Oct 2021 12:11:22 +1100 Subject: [PATCH] Fix: composite runs using bash require env --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f842daf..4abcf0d 100644 --- a/action.yml +++ b/action.yml @@ -37,5 +37,5 @@ runs: - id: version-increment run: ${{ github.action_path }}/version-increment.sh shell: bash - with: + env: current_version: ${{ steps.version-lookup.outputs.current-version }}