mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 22:45:43 +00:00
Merge pull request #4 from reecetech/fixup-for-env
Fix for `env`, fix for README
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Get next version
|
- name: Get next version
|
||||||
uses: reecetech/version-increment
|
uses: reecetech/version-increment@2021.10.3
|
||||||
id: version
|
id: version
|
||||||
with:
|
with:
|
||||||
scheme: semver
|
scheme: semver
|
||||||
|
|||||||
@@ -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