Skip to content

Commit e040257

Browse files
chore(deps): update ncipollo/release-action action to v1.14.0
1 parent ee3a83f commit e040257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: steps.semantic.outputs.new_release_published == 'true'
6464
env:
6565
NEXT_RELEASE_VERSION: ${{ steps.semantic.outputs.new_release_version }}
66-
uses: ncipollo/release-action@v1.13.0
66+
uses: ncipollo/release-action@v1.14.0
6767
with:
6868
prerelease: true
6969
name: ${{ env.RELEASE_NAME }}-v${{ env.NEXT_RELEASE_VERSION }}

0 commit comments

Comments
 (0)