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 cbc4355 commit 2dbc73aCopy full SHA for 2dbc73a
.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@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
+ uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
29
with:
30
files: ${{github.workspace}}/build/include/cib/cib.hpp
31
generate_release_notes: true
0 commit comments