Skip to content

Commit 69cc270

Browse files
chore(deps): bump ncipollo/release-action from 1.14.0 to 1.16.0
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.16.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@2c591bc...440c8c1) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60cfc8d commit 69cc270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
|| echo "::set-output name=prerelease::true"
3939
4040
- name: Create Release
41-
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5
41+
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174
4242
with:
4343
artifacts: "dist/*"
4444
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)