mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
Fix 2nd location with path as well
This commit is contained in:
@@ -88,7 +88,7 @@ runs:
|
||||
use_api: ${{ inputs.use_api }}
|
||||
|
||||
- id: version-increment
|
||||
run: ${{ github.action_path }}/version-increment.sh
|
||||
run: $GITHUB_ACTION_PATH/version-increment.sh
|
||||
shell: bash
|
||||
env:
|
||||
current_version: ${{ steps.version-lookup.outputs.CURRENT_VERSION }}
|
||||
|
||||
Reference in New Issue
Block a user