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.0
pull/569/head
github-actions[bot] 2024-02-12 06:08:59 +00:00 committed by GitHub
commit fae29da6d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}"

View File

@ -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 }}