diff --git a/README.md b/README.md index 91337ce..31b3807 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```yaml - name: Get next version - uses: reecetech/version-increment + uses: reecetech/version-increment@2021.10.3 id: version with: scheme: semver 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 }}