Updated actions.
This commit is contained in:
@@ -52,6 +52,7 @@ runs:
|
||||
with:
|
||||
version: ${{ inputs.defaultVersion }}
|
||||
- run: echo "${{ steps.base.outputs.majorMinorPatchVersion }}"
|
||||
shell: bash
|
||||
- name: "Get versions."
|
||||
id: package
|
||||
uses: act/common/gitea/gitea-query-package-versions-latest@master
|
||||
@@ -80,8 +81,10 @@ runs:
|
||||
filter: ^${{ steps.base.outputs.majorMinorPatchVersion }}
|
||||
prerelease: false
|
||||
- run: echo "${{ steps.version.outputs.version == '' }}" AND "${{ inputs.prerelease != 'false' }}"
|
||||
shell: bash
|
||||
- if: ${{ steps.version.outputs.version == '' && inputs.prerelease != 'false' }}
|
||||
run: echo "${{ steps.packageFallback.outputs.version }}"
|
||||
shell: bash
|
||||
- name: "Get the next version for the package."
|
||||
uses: act/common/utils/version-increment-branch@master
|
||||
id: version
|
||||
|
||||
Reference in New Issue
Block a user