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.
1 parent ef81b1f commit bd56004Copy full SHA for bd56004
.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@fb2d03176f42a1f0dd433ca263f314051d3edd44 # v2.0.7
+ uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
29
with:
30
files: ${{github.workspace}}/build/include/cib/cib.hpp
31
generate_release_notes: true
0 commit comments