Merge pull request #564 from Romanitho/dependabot/github_actions/ncipollo/release-action-1.14.0
Bump ncipollo/release-action from 1.13.0 to 1.14.0pull/569/head
commit
fae29da6d5
|
@ -114,7 +114,7 @@ jobs:
|
||||||
echo "Install counter file." > WAU_InstallCounter
|
echo "Install counter file." > WAU_InstallCounter
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
|
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
|
||||||
id: release
|
id: release
|
||||||
with:
|
with:
|
||||||
tag: "v${{ steps.versioning.outputs.version }}"
|
tag: "v${{ steps.versioning.outputs.version }}"
|
||||||
|
|
|
@ -87,7 +87,7 @@ jobs:
|
||||||
echo "Install counter file." > WAU_InstallCounter
|
echo "Install counter file." > WAU_InstallCounter
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
|
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
|
||||||
with:
|
with:
|
||||||
tag: "v${{ steps.versioning.outputs.version }}"
|
tag: "v${{ steps.versioning.outputs.version }}"
|
||||||
prerelease: ${{ github.event.inputs.pre-release }}
|
prerelease: ${{ github.event.inputs.pre-release }}
|
||||||
|
|
Loading…
Reference in New Issue