diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c95ce04..5a92955 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: tar cvf "$DIR_NAME.tar.gz" "$DIR_NAME/" - name: pre-release - uses: softprops/action-gh-release@v2.5.3 + uses: softprops/action-gh-release@v2.6.0 if: "! startsWith(github.ref, 'refs/tags/')" with: tag_name: master-${{ github.sha }} @@ -111,7 +111,7 @@ jobs: *.tar.gz - name: tagged-release - uses: softprops/action-gh-release@v2.5.3 + uses: softprops/action-gh-release@v2.6.0 if: startsWith(github.ref, 'refs/tags/') with: fail_on_unmatched_files: true