diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62f1dda..6e89ed8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: # Release - name: Create GitHub Release if: github.ref_type == 'tag' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 # Publish - name: Publish documentation