We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9eb23e + 177657c commit ef81b1fCopy full SHA for ef81b1f
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target release_header
26
27
- name: Release
28
- uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
+ uses: softprops/action-gh-release@fb2d03176f42a1f0dd433ca263f314051d3edd44 # v2.0.7
29
with:
30
files: ${{github.workspace}}/build/include/cib/cib.hpp
31
generate_release_notes: true
0 commit comments