mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
Fix: composite runs using bash require env
This commit is contained in:
@@ -37,5 +37,5 @@ runs:
|
|||||||
- id: version-increment
|
- id: version-increment
|
||||||
run: ${{ github.action_path }}/version-increment.sh
|
run: ${{ github.action_path }}/version-increment.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
with:
|
env:
|
||||||
current_version: ${{ steps.version-lookup.outputs.current-version }}
|
current_version: ${{ steps.version-lookup.outputs.current-version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user