Merge pull request #4 from reecetech/fixup-for-env

Fix for `env`, fix for README
This commit is contained in:
Philip Jay
2021-10-20 13:54:55 +11:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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