Skip to content

Commit ad7503b

Browse files
Bump ncipollo/release-action from 1.11.0 to 1.11.1
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d825cc9 commit ad7503b

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
@@ -36,7 +36,7 @@ jobs:
3636
twine upload dist/*
3737
3838
- name: Create/update release on GitHub
39-
uses: ncipollo/[email protected].0
39+
uses: ncipollo/[email protected].1
4040
with:
4141
allowUpdates: true
4242
artifacts: "dist/*"

0 commit comments

Comments
 (0)