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 9b39e4c commit 8ca926eCopy full SHA for 8ca926e
.github/workflows/ci.yml
@@ -190,7 +190,7 @@ jobs:
190
cpack -C ${{matrix.build_type}} -G ${{matrix.package_generator}}
191
192
- name: Publish Tagged Release
193
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
194
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.package_generator != '' }}
195
with:
196
files: |
0 commit comments