mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 14:35:44 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8766e6c6af | ||
|
|
8700256121 | ||
|
|
2fa6f4f0f9 |
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user