Skip to content

Commit fa8f5ce

Browse files
build(deps): Bump ncipollo/release-action from 1.14.0 to 1.15.0
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 77a4467 commit fa8f5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
excludeTypes: ''
6666

6767
- name: Create release
68-
uses: ncipollo/release-action@v1.14.0
68+
uses: ncipollo/release-action@v1.15.0
6969
with:
7070
tag: ${{ steps.gitversion.outputs.semVer }}
7171
token: ${{ github.token }}

0 commit comments

Comments
 (0)