mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
Update action.yml for output name changes
This commit is contained in:
4
.github/workflows/test-and-release.yml
vendored
4
.github/workflows/test-and-release.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
id: version-increment
|
||||
run: ./version-increment.sh
|
||||
env:
|
||||
current_version: ${{ steps.version-lookup.outputs.current-version }}
|
||||
current_version: ${{ steps.version-lookup.outputs.CURRENT_VERSION }}
|
||||
scheme: calver
|
||||
|
||||
- name: Release version
|
||||
@@ -61,4 +61,4 @@ jobs:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
draft: false
|
||||
prerelease: false
|
||||
automatic_release_tag: "${{ steps.version-increment.outputs.version }}"
|
||||
automatic_release_tag: "${{ steps.version-increment.outputs.VERSION }}"
|
||||
|
||||
Reference in New Issue
Block a user