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 }}