Skip to content

Commit e5597b7

Browse files
Bump softprops/action-gh-release from 0.1.14 to 1 (#36)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 0.1.14 to 1. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v0.1.14...v1) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63764d5 commit e5597b7

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
@@ -24,7 +24,7 @@ jobs:
2424
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target release_header
2525

2626
- name: Release
27-
uses: softprops/action-gh-release@v0.1.14
27+
uses: softprops/action-gh-release@v1
2828
with:
2929
files: ${{github.workspace}}/build/include/cib/cib.hpp
3030
draft: true

0 commit comments

Comments
 (0)