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 1dfecef + 3f5016c commit 7a8cdc8Copy full SHA for 7a8cdc8
.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@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
+ uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
29
with:
30
files: ${{github.workspace}}/build/include/cib/cib.hpp
31
generate_release_notes: true
0 commit comments