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 e73ce38 + 1b05c5d commit 196dc4cCopy full SHA for 196dc4c
1 file changed
.github/workflows/ci.yml
@@ -191,7 +191,7 @@ jobs:
191
cpack -C ${{matrix.build_type}} -G ${{matrix.package_generator}}
192
193
- name: Publish Tagged Release
194
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
195
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.package_generator != '' }}
196
with:
197
files: |
0 commit comments