From 2fa6f4f0f9d4d80505ee765ed8604848798c2f9c Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Wed, 20 Oct 2021 12:07:00 +1100 Subject: [PATCH 1/2] Update to show version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 870025612169ff90bfc77d58a2e08116c6c36c66 Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Wed, 20 Oct 2021 12:11:22 +1100 Subject: [PATCH 2/2] 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 }}