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 e3f99e9 + cdcd7b4 commit 59ae078Copy full SHA for 59ae078
.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@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
+ uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
29
with:
30
files: ${{github.workspace}}/build/include/cib/cib.hpp
31
generate_release_notes: true
0 commit comments